UNPKG

jm-mrc-components

Version:

移动端可复用组件库

32 lines (23 loc) 518 B
--- name: Button --- import { Playground, Props } from 'docz' import Button from '../Button' # Button ## With different sizes <Playground> <Button size="small">Click me</Button> <Button size="default">Click me</Button> <Button size="large">Click me</Button> </Playground> ## With different colors <Playground> <Button type="default" outline> Click me </Button> <Button type="primary" outline> Click me </Button> </Playground> ## Props <Props of={Button} />