- Notifications
You must be signed in to change notification settings - Fork7
CoreUI Icons Component for React. CoreUI Icons SVG Set implementation for React.
License
NotificationsYou must be signed in to change notification settings
coreui/coreui-icons-react
Folders and files
| Name | Name | Last commit message | Last commit date | |
|---|---|---|---|---|
Repository files navigation
- https://coreui.io/react/docs/components/CIcon
- https://icons.coreui.io/docs/using-coreui-icons-with/react/
npm install @coreui/iconsnpm install @coreui/icons-react
import{CIcon}from'@coreui/icons-react';import{cifAU}from'@coreui/icons';
or:
@import'~@coreui/icons/css/all.css';
...classCoreUIIconsextendsComponent{...render(){return(<CIconname="cil-list"size="2xl"/>)}...
- bootstrapped withnwb toolkit
package.json is configured with"scripts" we can use withnpm run while developing the project.
| Command | Description |
|---|---|
npm run build | prepare for publishing to npm |
npm run clean | delete built resources |
npm test | run tests |
npm run test:coverage | run tests and produce a code coverage report incoverage/ |
npm run test:watch | n/a |
npm start | n/a |
About
CoreUI Icons Component for React. CoreUI Icons SVG Set implementation for React.
Topics
Resources
License
Uh oh!
There was an error while loading.Please reload this page.
Stars
Watchers
Forks
Packages0
No packages published
Uh oh!
There was an error while loading.Please reload this page.
Contributors3
Uh oh!
There was an error while loading.Please reload this page.