Movatterモバイル変換


[0]ホーム

URL:


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

Sign up
Appearance settings

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

NameName
Last commit message
Last commit date

Latest commit

 

History

71 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

CoreUI Icons logo

Official React.js component for CoreUI Icons and CoreUI Icons PRO.
Explore CoreUI Icons for React docs »

Report bug ·Request feature ·Blog

Status

npm packageNPM downloadsreact

Installation

npm install @coreui/iconsnpm install @coreui/icons-react

or

yarn add @coreui/iconsyarn add @coreui/icons-react

Use

Single icon

import{CIcon}from'@coreui/icons-react';import{cifAU}from'@coreui/icons';...render(){return(<CIconicon={cilList}size="xxl"/>)}...

All icons

import{CIcon}from'@coreui/icons-react';import*asiconfrom'@coreui/icons';...render(){return(<CIconicon={icon.cilList}size="xxl"/>)}...

API

propertytypedescription
classNamestringA string of all className you want applied to the component.
customClassNamestring |object |string[]Use for replacing default CIcon component classes. Prop is overriding the 'size' prop.
iconstring |string[]Name of the icon placed in React object or SVG content.
heightnumberThe height attribute defines the vertical length of an icon.
sizesm |md |lg |xl |xxl |3xl |4xl |5xl |6xl |7xl |8xl |9xlSize of the icon.
usestringIf defined component will be rendered usinguse tag.
titlestringTitle tag content.
widthnumberThe 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

Stars

Watchers

Forks

Packages

No packages published

Contributors3

  •  
  •  
  •  

[8]ページ先頭

©2009-2025 Movatter.jp