---
title: Secondary
order: 21
---

Note: The standard button (`.hoo-button`) serves as the secondary button in this design system. For a more prominent button, use the primary button (`.hoo-button-primary`).

To disable this button simply add the `disable="true"` as well as the `aria-disabled="true"` to it.

## Supported States:

* Default - Normal button state
* Hover - Mouse over state
* Active - Pressed state
* Focus - Focused through keyboard navigation
* Disabled - Non-interactive state

***