fix: reformat table

This commit is contained in:
p-sw 2024-06-04 23:11:32 +09:00
parent c2a1f583a9
commit b69f886e9e

View File

@ -82,7 +82,7 @@ import {
#### Variants
| Prop | Type | Default | Description |
| :--- | :--- | :------ | :---------- |
|:----------|:-----------------------|:--------|:---------------------------------------------|
| `blur` | `"sm" \| "md" \| "lg"` | `md` | Whether the background of dialog is blurred |
| `darken` | `"sm" \| "md" \| "lg"` | `md` | Whether the background of dialog is darkened |
| `padding` | `"sm" \| "md" \| "lg"` | `md` | Minimum margin of the dialog |
@ -90,7 +90,7 @@ import {
#### Special
| Prop | Type | Default | Description |
| :--- | :--- | :------ | :---------- |
|:---------------|:----------|:--------|:-----------------------------------------------|
| `closeOnClick` | `boolean` | `false` | Whether the dialog will be closed when clicked |
### DialogContent
@ -98,7 +98,7 @@ import {
#### Variants
| Prop | Type | Default | Description |
| :--- | :--- | :------ | :---------- |
|:----------|:---------------------------------------------------------------------|:--------|:-----------------------------------------------|
| `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 |
| `padding` | `"sm" \| "md" \| "lg"` | `md` | Padding of the dialog |
@ -109,7 +109,7 @@ import {
#### Variants
| Prop | Type | Default | Description |
| :--- | :--- | :------ | :---------- |
|:------|:-----------------------|:--------|:----------------------------------------------|
| `gap` | `"sm" \| "md" \| "lg"` | `sm` | Gap between the children - title and subtitle |
### DialogTitle
@ -117,7 +117,7 @@ import {
#### Variants
| Prop | Type | Default | Description |
| :--- | :--- | :------ | :---------- |
|:---------|:-----------------------|:--------|:--------------------|
| `size` | `"sm" \| "md" \| "lg"` | `md` | Size of the title |
| `weight` | `"sm" \| "md" \| "lg"` | `lg` | Weight of the title |
@ -126,7 +126,7 @@ import {
#### Variants
| Prop | Type | Default | Description |
| :--- | :--- | :------ | :---------- |
|:----------|:-----------------------|:--------|:------------------------|
| `size` | `"sm" \| "md" \| "lg"` | `sm` | Size of the subtitle |
| `weight` | `"sm" \| "md" \| "lg"` | `md` | Weight of the subtitle |
| `opacity` | `"sm" \| "md" \| "lg"` | `sm` | Opacity of the subtitle |
@ -136,7 +136,7 @@ import {
#### Variants
| Prop | Type | Default | Description |
| :--- | :--- | :------ | :---------- |
|:------|:-----------------------|:--------|:-------------------------|
| `gap` | `"sm" \| "md" \| "lg"` | `sm` | Gap between the children |
## Examples