# Button The system’s action, on the same corner as the field beside it. - Group: Actions - Import: `import { Button } from '@misoto22/design'` - Page: https://ui.misoto22.com/components/button/ - Related: floating-icon-button, spinner ## When to reach for it Anything that DOES something. If it navigates and looks like text, it is a link, not a ghost button. ## Anatomy - **Control box** (required) — The ``` ## Example — sizes ```tsx import { Button } from '@misoto22/design'
``` ## Example — states ```tsx import { Button } from '@misoto22/design'
``` ## Example — icon only ```tsx import { Button } from '@misoto22/design'
```