fix: reformat table
This commit is contained in:
parent
c2a1f583a9
commit
b69f886e9e
@ -81,63 +81,63 @@ import {
|
|||||||
|
|
||||||
#### Variants
|
#### Variants
|
||||||
|
|
||||||
| Prop | Type | Default | Description |
|
| Prop | Type | Default | Description |
|
||||||
| :--- | :--- | :------ | :---------- |
|
|:----------|:-----------------------|:--------|:---------------------------------------------|
|
||||||
| `blur` | `"sm" \| "md" \| "lg"` | `md` | Whether the background of dialog is blurred |
|
| `blur` | `"sm" \| "md" \| "lg"` | `md` | Whether the background of dialog is blurred |
|
||||||
| `darken` | `"sm" \| "md" \| "lg"` | `md` | Whether the background of dialog is darkened |
|
| `darken` | `"sm" \| "md" \| "lg"` | `md` | Whether the background of dialog is darkened |
|
||||||
| `padding` | `"sm" \| "md" \| "lg"` | `md` | Minimum margin of the dialog |
|
| `padding` | `"sm" \| "md" \| "lg"` | `md` | Minimum margin of the dialog |
|
||||||
|
|
||||||
#### Special
|
#### Special
|
||||||
|
|
||||||
| Prop | Type | Default | Description |
|
| Prop | Type | Default | Description |
|
||||||
| :--- | :--- | :------ | :---------- |
|
|:---------------|:----------|:--------|:-----------------------------------------------|
|
||||||
| `closeOnClick` | `boolean` | `false` | Whether the dialog will be closed when clicked |
|
| `closeOnClick` | `boolean` | `false` | Whether the dialog will be closed when clicked |
|
||||||
|
|
||||||
### DialogContent
|
### DialogContent
|
||||||
|
|
||||||
#### Variants
|
#### Variants
|
||||||
|
|
||||||
| Prop | Type | Default | Description |
|
| Prop | Type | Default | Description |
|
||||||
| :--- | :--- | :------ | :---------- |
|
|:----------|:---------------------------------------------------------------------|:--------|:-----------------------------------------------|
|
||||||
| `size` | `"fit" \| "fullSm" \| "fullMd" \| "fullLg" \| "fullXl" \| "full2xl"` | `fit` | Size of the dialog - width and max width |
|
| `size` | `"fit" \| "fullSm" \| "fullMd" \| "fullLg" \| "fullXl" \| "full2xl"` | `fit` | Size of the dialog - width and max width |
|
||||||
| `rounded` | `"sm" \| "md" \| "lg" \| "xl"` | `md` | Roundness of the dialog |
|
| `rounded` | `"sm" \| "md" \| "lg" \| "xl"` | `md` | Roundness of the dialog |
|
||||||
| `padding` | `"sm" \| "md" \| "lg"` | `md` | Padding of the dialog |
|
| `padding` | `"sm" \| "md" \| "lg"` | `md` | Padding of the dialog |
|
||||||
| `gap` | `"sm" \| "md" \| "lg"` | `md` | Works like flex's gap - space between children |
|
| `gap` | `"sm" \| "md" \| "lg"` | `md` | Works like flex's gap - space between children |
|
||||||
|
|
||||||
### DialogHeader
|
### DialogHeader
|
||||||
|
|
||||||
#### Variants
|
#### Variants
|
||||||
|
|
||||||
| Prop | Type | Default | Description |
|
| Prop | Type | Default | Description |
|
||||||
| :--- | :--- | :------ | :---------- |
|
|:------|:-----------------------|:--------|:----------------------------------------------|
|
||||||
| `gap` | `"sm" \| "md" \| "lg"` | `sm` | Gap between the children - title and subtitle |
|
| `gap` | `"sm" \| "md" \| "lg"` | `sm` | Gap between the children - title and subtitle |
|
||||||
|
|
||||||
### DialogTitle
|
### DialogTitle
|
||||||
|
|
||||||
#### Variants
|
#### Variants
|
||||||
|
|
||||||
| Prop | Type | Default | Description |
|
| Prop | Type | Default | Description |
|
||||||
| :--- | :--- | :------ | :---------- |
|
|:---------|:-----------------------|:--------|:--------------------|
|
||||||
| `size` | `"sm" \| "md" \| "lg"` | `md` | Size of the title |
|
| `size` | `"sm" \| "md" \| "lg"` | `md` | Size of the title |
|
||||||
| `weight` | `"sm" \| "md" \| "lg"` | `lg` | Weight of the title |
|
| `weight` | `"sm" \| "md" \| "lg"` | `lg` | Weight of the title |
|
||||||
|
|
||||||
### DialogSubtitle
|
### DialogSubtitle
|
||||||
|
|
||||||
#### Variants
|
#### Variants
|
||||||
|
|
||||||
| Prop | Type | Default | Description |
|
| Prop | Type | Default | Description |
|
||||||
| :--- | :--- | :------ | :---------- |
|
|:----------|:-----------------------|:--------|:------------------------|
|
||||||
| `size` | `"sm" \| "md" \| "lg"` | `sm` | Size of the subtitle |
|
| `size` | `"sm" \| "md" \| "lg"` | `sm` | Size of the subtitle |
|
||||||
| `weight` | `"sm" \| "md" \| "lg"` | `md` | Weight of the subtitle |
|
| `weight` | `"sm" \| "md" \| "lg"` | `md` | Weight of the subtitle |
|
||||||
| `opacity` | `"sm" \| "md" \| "lg"` | `sm` | Opacity of the subtitle |
|
| `opacity` | `"sm" \| "md" \| "lg"` | `sm` | Opacity of the subtitle |
|
||||||
|
|
||||||
### DialogFooter
|
### DialogFooter
|
||||||
|
|
||||||
#### Variants
|
#### Variants
|
||||||
|
|
||||||
| Prop | Type | Default | Description |
|
| Prop | Type | Default | Description |
|
||||||
| :--- | :--- | :------ | :---------- |
|
|:------|:-----------------------|:--------|:-------------------------|
|
||||||
| `gap` | `"sm" \| "md" \| "lg"` | `sm` | Gap between the children |
|
| `gap` | `"sm" \| "md" \| "lg"` | `sm` | Gap between the children |
|
||||||
|
|
||||||
## Examples
|
## Examples
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user