Button
An ink button lit by natural light. Hover lifts it, press settles it, disabled turns the light off. The ember variant is for the one CTA that matters.
Draw
npx shadcn@latest add @clow/buttonPlayground
props
<Button>Initialize</Button>Examples
basic
variants
Props
| prop | type | default |
|---|---|---|
| variant | default | glow | outline | ghost | destructive | default |
| size | sm | md | lg | icon | md |
| disabled | boolean | false |
| children | text | Initialize |