count.mdx 204 B

1234567891011121314151617
  1. ---
  2. name: Button
  3. route: /
  4. ---
  5. import { Playground, Props } from 'docz'
  6. import { Count } from './count'
  7. # Button
  8. <Props of={Button} />
  9. ## Basic usage
  10. <Playground>
  11. <Count value={15} />
  12. </Playground>