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.
An Icon is a piece of visual element, but we must ensure its accessibility while using it. It can have 2 purposes:
aria-hidden
attribute (ex: <Icon icon="check" aria-hidden />
)aria-label
for screen readers. (ex: <Icon icon="print" aria-label="Print this document" />
)Name | Description | Default |
---|---|---|
icon* | string | - |
block | bool | false |
size | number | 20 |
color | string | "inherit" |