@rocketsofawesome/mirage
Version:
[Live Demo of the Pattern Library](https://rocketsofawesome.github.io/mirage/)
13 lines (11 loc) • 299 B
Markdown
```js
<div style={{backgroundColor: '#666', padding: '20px'}}>
<ImageButtonWhite width={'350px'}>Click Me!</ImageButtonWhite>
</div>
```
## With Arrow
```js
<div style={{backgroundColor: '#666', padding: '20px'}}>
<ImageButtonWhite arrow width={'350px'}>Click Me!</ImageButtonWhite>
</div>
```