blob: 36800b82a6f6d9d2733cf240f386b517830d7809 [file] [log] [blame] [view]
## Buttons
---
### Primary {#button-primary}
```html
<button class="go-Button">Primary</button>
```
```html
<button class="go-Button" disabled>Primary</button>
```
### Inverted {#button-inverted}
```html
<button class="go-Button go-Button--inverted">Inverted</button>
```
```html
<button class="go-Button go-Button--inverted" disabled>Inverted</button>
```
### Accented {#button-accented}
```html
<button class="go-Button go-Button--accented">Accented</button>
```
```html
<button class="go-Button go-Button--accented" disabled>Accented</button>
```
### Text {#button-text}
```html
<button class="go-Button go-Button--text">Text</button>
```
```html
<button class="go-Button go-Button--text" disabled>Text</button>
```
### Inline {#button-inline}
```html
<button class="go-Button go-Button--inline">Inline</button>
```
```html
<button class="go-Button go-Button--inline" disabled>Inline</button>
```