Button
Displays a button or a component that looks like a button.
Installation
Copy the following code into your app directory.
Command
Command
Manual
Manual
uv
Anatomy
Use the following composition to build a Button component.
Default
The default visual style for buttons with standard background and hover effects.
Secondary
A more muted alternative to the default button, useful for less prominent actions.
Outline
Buttons with a bordered outline, blending well with minimal UIs or light themes.
Ghost
A button style with no background or border, ideal for subtle UI actions.
Link
A button styled to look like a hyperlink — useful for inline actions or navigation.
Destructive
A bold style used for destructive or dangerous actions like “Delete”.
Icon
Examples showing icon-only buttons with varying sizes for compact UI elements.