UNPKG

@luban-cli/cli-lib-service

Version:
29 lines (20 loc) 474 B
--- name: Alert menu: Components --- import { Playground, Props } from 'docz' import { Alert } from './' # Alert ## Properties <Props of={Alert} /> ## Basic usage <Playground> <Alert kind="warning">Some message</Alert> </Playground> ## Using different kinds <Playground> <Alert kind="info">Some message</Alert> <Alert kind="positive">Some message</Alert> <Alert kind="negative">Some message</Alert> <Alert kind="warning">Some message</Alert> </Playground>