feat: add asChild in button docs
This commit is contained in:
parent
bb4803c255
commit
e7b05d8472
@ -44,9 +44,9 @@ import { Button } from "@components/Button";
|
|||||||
<Button>Button</Button>
|
<Button>Button</Button>
|
||||||
```
|
```
|
||||||
|
|
||||||
### Props
|
## Props
|
||||||
|
|
||||||
#### Variants
|
### Variants
|
||||||
|
|
||||||
| Prop | Type | Default | Description |
|
| Prop | Type | Default | Description |
|
||||||
| :--- | :--- | :------ | :---------- |
|
| :--- | :--- | :------ | :---------- |
|
||||||
@ -56,6 +56,12 @@ import { Button } from "@components/Button";
|
|||||||
| `decoration` | `"none" \| "link"` | `"none"` | The inner text decoration of the button |
|
| `decoration` | `"none" \| "link"` | `"none"` | The inner text decoration of the button |
|
||||||
| `presets` | `"default" \| "ghost" \| "link" \| "success" \| "warning" \| "danger"` | `"default"` | The preset of the variant props |
|
| `presets` | `"default" \| "ghost" \| "link" \| "success" \| "warning" \| "danger"` | `"default"` | The preset of the variant props |
|
||||||
|
|
||||||
|
### Special
|
||||||
|
|
||||||
|
| Prop | Type | Default | Description |
|
||||||
|
| :--- | :--- | :------ | :---------- |
|
||||||
|
| `asChild` | `boolean` | `false` | Whether the button is rendered as a child of a component |
|
||||||
|
|
||||||
## Examples
|
## Examples
|
||||||
|
|
||||||
### Default
|
### Default
|
||||||
|
Loading…
x
Reference in New Issue
Block a user