UNPKG

@rocketsofawesome/mirage

Version:

[Live Demo of the Pattern Library](https://rocketsofawesome.github.io/mirage/)

23 lines (19 loc) 369 B
```js <Button width='150px'>Click Me!</Button> ``` ## Loading ```js <Button loading width='150px'>Click Me!</Button> ``` ## Selected ```js <Button selected width='150px'>Click Me!</Button> ``` ## Selected with Checkmark ```js <Button selected showCheckmark width='150px'>Click Me!</Button> ``` ## Disabled ```js <Button disabled width='150px'>Click Me!</Button> ```