🌐 AI搜索 & 代理 主页
Skip to content

coreui/coreui-icons-react

 
 

Repository files navigation

npm package NPM downloads react

docs:
install:
npm install @coreui/icons
npm install @coreui/icons-react

or

yarn add @coreui/icons
yarn add @coreui/icons-react
import:
import { CIcon } from '@coreui/icons-react';
import { cifAU } from '@coreui/icons';
usage:
...
class CoreUIIcons extends Component {
...
render() {
    return (
      <CIcon name="cil-list" size="xxl"/>
    )
}
...
scripts:

package.json is configured with "scripts" we can use with npm run while developing the project.

Command Description
yarn build prepare for publishing to npm
yarn lint run eslint