# Button The system’s action, as a pill that does not move on hover. - 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. ## Accessibility - A native ``` ## 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'
```