mui-icons-bootstrap
TypeScript icon, indicating that this package has built-in type declarations

1.11.0 • Public • Published

mui-icons-bootstrap

Bootstrap icons as MUI SvgIcon components

Install

npm install --save mui-icons-bootstrap

Usage

import { Button } from '@mui/material';
import { ArrowDown } from 'mui-icons-bootstrap';

function MyApp() {
  return (
    <div>
      <Button>
        Click Me <ArrowDown />
      </Button>
    </div>
  );
}

Explore

See https://icons.getbootstrap.com/

The component name consists of pascal-case of icon name. For example, the icon arrow-down relates to component ArrowDown.

For icon names starting with numbers, the component name will start with 'The'. For example, the icon 123 relates to component The123.

Versions

Current Tags

  • Version
    Downloads (Last 7 Days)
    • Tag
  • 1.11.0
    1
    • latest

Version History

Package Sidebar

Install

npm i mui-icons-bootstrap

Weekly Downloads

1

Version

1.11.0

License

ISC

Unpacked Size

2.59 MB

Total Files

7

Last publish

Collaborators

  • guoyunhe