- 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
Official React.js component for CoreUI Icons and CoreUI Icons PRO.
Explore CoreUI Icons for React docs »
Report bug ·Request feature ·Blog
npm install @coreui/iconsnpm install @coreui/icons-react
or
yarn add @coreui/iconsyarn add @coreui/icons-react
import{CIcon}from'@coreui/icons-react';import{cifAU}from'@coreui/icons';...render(){return(<CIconicon={cilList}size="xxl"/>)}...
import{CIcon}from'@coreui/icons-react';import*asiconfrom'@coreui/icons';...render(){return(<CIconicon={icon.cilList}size="xxl"/>)}...
property | type | description |
---|---|---|
className | string | A string of all className you want applied to the component. |
customClassName | string |object |string[] | Use for replacing default CIcon component classes. Prop is overriding the 'size' prop. |
icon | string |string[] | Name of the icon placed in React object or SVG content. |
height | number | The height attribute defines the vertical length of an icon. |
size | sm |md |lg |xl |xxl |3xl |4xl |5xl |6xl |7xl |8xl |9xl | Size of the icon. |
use | string | If defined component will be rendered usinguse tag. |
title | string | Title tag content. |
width | number | The width attribute defines the horizontal length of an icon. |
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.