Non puoi selezionare più di 25 argomenti
Gli argomenti devono iniziare con una lettera o un numero, possono includere trattini ('-') e possono essere lunghi fino a 35 caratteri.
|
- ---
- name: Icon
- menu: Components
- ---
-
- import { Playground, Props } from 'docz'
- import Icon from './Icon'
-
- # Icon
-
- Component for displaying graphics.
-
- <Playground>
- <Icon name="check" label="OK" size="1.5rem" weight={0.125} />
- </Playground>
-
- ## Props
-
- <Props of={Icon} />
|