Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

coreui/coreui-icons-react

Repository files navigation

npm package NPM downloads

install:
npm install @coreui/react
npm install @coreui/icons-react
import:
import { CIcon, CIconRaw } from '@coreui/icons-react';
import { cifAu } from '@coreui/icons';
@import '~@coreui/icons/css/all.css';
usage:
...
class CoreUIIcons extends Component {
...
render() {
    return (
      <CIconRaw name='cifAu' size="2xl"/>
      <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 start start a development server for the demo app
npm test run tests
npm run test:coverage run tests and produce a code coverage report in coverage/
npm run test:watch start a test server and re-run tests on every change
npm run build prepare for publishing to npm
npm run clean delete built resources

see also:

Packages

No packages published

Contributors 3

  •  
  •  
  •  
Morty Proxy This is a proxified and sanitized view of the page, visit original site.