--- name: Button route: / --- import { Playground, Props } from 'docz' import { Count } from './count' # Button <Props of={Button} /> ## Basic usage <Playground> <Count value={15} /> </Playground>