Sorry, but you either have no stories or none are selected somehow.
If the problem persists, check the browser console, or the terminal you've run Storybook from.
Basic usage
Use the name
attribute to specify the name of the icon
Icon size, including three default sizes of small, medium, and large, set by the size attribute.
You can also customize the icon size by setting the size
property to a number
Use type
to specify the icon theme color dark
/ light
/ coloured
Icon collection
You can search for the icon you want by entering the name
Name | Description | Default |
---|---|---|
prefix | string | "kubed-icon" |
name* | string | - |
type | string | "dark" |
size | stringnumber | "small" |
className | string | - |
style | object | { } |
changeable | bool | false |
clickable | bool | false |
onClick | func | () {} |
disabled | bool | false |
color | object | - |