<h4>Default</h4>

```js
<FullWidthButton
    buttonContent="this is some content"
    note="this is a note"
/>
```

---

<h4>Disabled</h4>

```js
<FullWidthButton
    buttonContent="this is some content"
    disabled={true}
    note="this is a note"
/>
```
