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