Страницы · Laravilt
Button
Button component with variants
Button component with multiple variants and sizes.
Import
typescript
Basic Usage
vue
Variants
vue
Sizes
vue
With Icon
vue
Loading State
vue
As Link
vue
Props
| Prop | Type | Default | Description |
|---|---|---|---|
variant | string | default | Button style |
size | string | default | Button size |
disabled | boolean | false | Disabled state |
as | string | button | HTML element |
Variants
| Value | Description |
|---|---|
default | Default style |
primary | Primary action |
secondary | Secondary action |
destructive | Danger/delete |
outline | Bordered |
ghost | No background |
link | Link style |