Skip to content

CoreUI Icons Component for React. CoreUI Icons SVG Set implementation for React.

License

Notifications You must be signed in to change notification settings

minhdang-idev/coreui-icons-react

 
 

Repository files navigation

npm package NPM downloads

docs:

https://coreui.io/react/docs/components/-Icon

install:
npm install @coreui/icons
npm install @coreui/icons-react
import:
import { CIcon } from '@coreui/icons-react';
import { cifAU } from '@coreui/icons';

or:

@import '~@coreui/icons/css/all.css';
usage:
...
class CoreUIIcons extends Component {
...
render() {
    return (
      <CIcon name="cil-list" size="2xl"/>
    )
}
...

  • bootstrapped with nwb toolkit
npm run scripts

package.json is configured with "scripts" we can use with npm 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 in coverage/
npm run test:watch n/a start a test server and re-run tests on every change
npm start n/a start a development server for the demo app

see also:

About

CoreUI Icons Component for React. CoreUI Icons SVG Set implementation for React.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • JavaScript 78.5%
  • CSS 18.9%
  • Shell 2.6%