---

title: Another button
componentid: component-buttons-another
guid: ad6ae421-11f7-4702-8a58-c523db96dcdb

---

# Another button

Here is some content that shouldn't be removed

:::componentpreview

## Base state

This is the button when it has no other state

```html
<button class="button another-button">Base Button text</button>
```

## Disabled state

This is how we show a disabled button

```html
<button class="button another-button" disabled>Disabled Button</button>
```

:::
