Common front-end components for Web using the Tesseract design system, written for React. https://make.modal.sh/tesseract/web/react/common
Du kan inte välja fler än 25 ämnen Ämnen måste starta med en bokstav eller siffra, kan innehålla bindestreck ('-') och vara max 35 tecken långa.

Icon.mdx 271 B

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