Common front-end components for Web using the Tesseract design system, written for React. https://make.modal.sh/tesseract/web/react/common
選択できるのは25トピックまでです。 トピックは、先頭が英数字で、英数字とダッシュ('-')を使用した35文字以内のものにしてください。
 
 
 
 

21 行
295 B

  1. ---
  2. name: Icon
  3. route: /components/icon
  4. menu: Components
  5. ---
  6. import { Playground, Props } from 'docz'
  7. import Icon from './Icon'
  8. # Icon
  9. Component for displaying graphics.
  10. <Playground>
  11. <Icon name="check" label="OK" size="1.5rem" weight={0.125} />
  12. </Playground>
  13. ## Props
  14. <Props of={Icon} />