Expressive Button
View in FigmaA gradient CTA button with prominent styling for hero sections and key actions.
ActionsImport
import { ExpressiveButton } from "@/components/ui"API
| Prop | Type | Default | Description |
|---|---|---|---|
| size | "md" | "lg" | "xl" | "md" | Button dimensions. |
| icon | ReactNode | — | Icon before the label. |
| loading | boolean | — | Shows a spinner and disables interaction. |
| disabled | boolean | — | Disables the button. |