UNPKG

prestyled

Version:

React components for styling web projects, based upon Theme UI

19 lines (14 loc) 353 B
### Alert (variant:'default') Alert extends the [Alert](https://theme-ui.com/components/alert) provided by Theme UI ```js <Alert /> ``` ### Variants of Alert ```js <Alert variant="default" /> <Alert variant="primary" /> <Alert variant="secondary" /> <Alert variant="outline" /> <Alert variant="accent" /> <Alert variant="muted" /> ```