Search results
React component for Bootstrap Icons. Latest version: 1.11.4, last published: 5 months ago. Start using react-bootstrap-icons in your project by running `npm i react-bootstrap-icons`. There are 221 other projects in the npm registry using react-bootstrap-icons.
- 1 Dependency
1 Dependency - React Bootstrap Icons - npm
- 28 Versions
28 Versions - React Bootstrap Icons - npm
- Readme
React component for Bootstrap Icons. Latest version: 1.11.4,...
- Code Beta
Code Beta - React Bootstrap Icons - npm
- React-bootstrap-icons
React component for Bootstrap Icons. Latest version: 1.11.4,...
- SVG
published 0.159.0 • 17 days ago published 0.159.0 17 days...
- 1 Dependency
SVG React icons of popular icon packs using ES6 imports. Latest version: 5.3.0, last published: a month ago. Start using react-icons in your project by running `npm i react-icons`. There are 7263 other projects in the npm registry using react-icons.
New in v1.11.0: 100 new icons! Bootstrap Icons. Free, high quality, open source icon library with over 2,000 icons. Include them anyway you like—SVGs, SVG sprite, or web fonts. Use them with or without Bootstrap in any project.
React Icons. Include popular icons in your React projects easily with react-icons, which utilizes ES6 imports that allows you to include only the icons that your project is using. Installation (for standard modern project) yarn add react-icons. # or . npm install react-icons --save. example usage.
Include popular icons in your React projects easily with react-icons, which utilizes ES6 imports that allows you to include only the icons that your project is using.
3 mar 2023 · In order to use Bootstrap icons, you need to install the bootstrap-icons package: npm i bootstrap-icons. After that, you need to include the bootstrap-icons.css file in your src/index.js file: import 'bootstrap-icons/font/bootstrap-icons.css'; You can see the full list of Bootstrap icons here.
React Bootstrap Icons. The brand new Bootstrap Icons library to use as React components. Currently v1.11.3, over 2000 icons! Installation. npm install react-bootstrap-icons --save. or. yarn add react-bootstrap-icons. Usage. import { ArrowRight } from 'react-bootstrap-icons'; export default function App() { return <ArrowRight />; }