mirror of
https://github.com/shadcn-ui/ui.git
synced 2026-07-03 01:18:38 +00:00
fix
This commit is contained in:
@@ -150,4 +150,4 @@ The `Button` component is a wrapper around the `button` element that adds a vari
|
||||
| Prop | Type | Default |
|
||||
| --------- | ----------------------------------------------------------------------------- | ----------- |
|
||||
| `variant` | `"default" \| "outline" \| "ghost" \| "destructive" \| "secondary" \| "link"` | `"default"` |
|
||||
| `size` | `"default" \| "sm" \| "lg" \| "icon" \| "icon-sm" \| "icon-lg"` | `"default"` |
|
||||
| `size` | `"default" \| "xs" \| "sm" \| "lg" \| "icon" \| "icon-xs" \| "icon-sm" \| "icon-lg"` | `"default"` |
|
||||
|
||||
@@ -150,5 +150,5 @@ The `Button` component is a wrapper around the `button` element that adds a vari
|
||||
| Prop | Type | Default |
|
||||
| --------- | ----------------------------------------------------------------------------- | ----------- |
|
||||
| `variant` | `"default" \| "outline" \| "ghost" \| "destructive" \| "secondary" \| "link"` | `"default"` |
|
||||
| `size` | `"default" \| "sm" \| "lg" \| "icon" \| "icon-sm" \| "icon-lg"` | `"default"` |
|
||||
| `size` | `"default" \| "xs" \| "sm" \| "lg" \| "icon" \| "icon-xs" \| "icon-sm" \| "icon-lg"` | `"default"` |
|
||||
| `asChild` | `boolean` | `false` |
|
||||
|
||||
Reference in New Issue
Block a user