UNPKG

prestyled

Version:

React components for styling web projects, based upon Theme UI

16 lines (11 loc) 302 B
### Badge Badge extends the [Badge](https://theme-ui.com/components/badge) provided by Theme UI ```js <Badge>Badge</Badge> ``` ### Variants of Badge ```js <Badge variant="default">Badge</Badge> <Badge variant='accent' ml={1}>Accent</Badge> <Badge variant='outline' ml={1}>Outline</Badge> ```