# Buttons Button styling for ` ``` ## Links as Buttons ```html Sign Up Learn More ``` ## Mini Buttons Smaller padding for compact buttons: ```html ``` ## Disabled State ```html ``` ## Custom Color Override with `--button-color`: ```html ``` ## Button Groups Use `.cluster` for horizontal button groups: ```html
``` Right-align with `justify-content`: ```html
``` ## Styling Details - All buttons have consistent padding and border-radius - Hover, focus, and active states included - Disabled state reduces opacity and prevents interaction ## See Also - [Input group](https://graffiti-ui.com/llms/input-group.txt) - Input + button combos - [Dialog](https://graffiti-ui.com/llms/dialog.txt) - Action buttons in dialogs