prestyled
Version:
React components for styling web projects, based upon Theme UI
19 lines (14 loc) • 353 B
Markdown
### Field (variant:'default')
Field extends the [Field](https://theme-ui.com/components/field) provided by Theme UI
```js
<Field />
```
### Variants of Field
```js
<Field variant="default" />
<Field variant="primary" />
<Field variant="secondary" />
<Field variant="outline" />
<Field variant="accent" />
<Field variant="muted" />
```