---
title: Secondary button
componentid: component-buttons-standard
variantid: secondary
guid: ad6ae427-11f7-4702-8a58-c523db96dcdb
---
# Secondary button
Some developer information about the secondary button

:::componentpreview
## Base state
```html
<button class="button button-secondary">Button text</button>
```

## Disabled state
```html
<button class="button button-secondary" disabled>Disabled Button</button>
```
:::
