Filament Button
A quiet outline until you reach for it: on hover a short ember filament orbits the border like a heated wire, and on press the whole perimeter lights for an instant.
Draw
npx shadcn@latest add @clow/filament-buttonPlayground
props
<FilamentButton>Open relay console</FilamentButton>Examples
basic
variants
Props
| prop | type | default |
|---|---|---|
| variant | outline | ghost | outline |
| size | sm | md | lg | md |
| disabled | boolean | false |
| children | text | Open relay console |