fix: reformat table

This commit is contained in:
p-sw 2024-06-04 23:14:50 +09:00
parent b69f886e9e
commit 9c996f564a
8 changed files with 48 additions and 54 deletions

View File

@ -1,4 +1,3 @@
import { Button } from "@components/Button";
import { TabProvider, TabTrigger, TabContent, TabList } from "@components/Tabs"; import { TabProvider, TabTrigger, TabContent, TabList } from "@components/Tabs";
import { Story } from "@/components/Story"; import { Story } from "@/components/Story";
import { LoadedCode, GITHUB } from "@/components/LoadedCode"; import { LoadedCode, GITHUB } from "@/components/LoadedCode";
@ -45,7 +44,7 @@ import { Button } from "@components/Button";
### Variants ### Variants
| Prop | Type | Default | Description | | Prop | Type | Default | Description |
| :--- | :--- | :------ | :---------- | |:-------------|:------------------------------------------------------------------------------|:------------|:----------------------------------------|
| `size` | `"link" \| "sm" \| "md" \| "lg" \| "icon"` | `"md"` | The size of the button | | `size` | `"link" \| "sm" \| "md" \| "lg" \| "icon"` | `"md"` | The size of the button |
| `border` | `"none" \| "solid" \| "success" \| "warning" \| "danger"` | `"solid"` | The border color of the button | | `border` | `"none" \| "solid" \| "success" \| "warning" \| "danger"` | `"solid"` | The border color of the button |
| `background` | `"default" \| "ghost" \| "success" \| "warning" \| "danger" \| "transparent"` | `"default"` | The background color of the button | | `background` | `"default" \| "ghost" \| "success" \| "warning" \| "danger" \| "transparent"` | `"default"` | The background color of the button |
@ -55,7 +54,7 @@ import { Button } from "@components/Button";
### Special ### Special
| Prop | Type | Default | Description | | Prop | Type | Default | Description |
| :--- | :--- | :------ | :---------- | |:----------|:----------|:--------|:---------------------------------------------------------|
| `asChild` | `boolean` | `false` | Whether the button is rendered as a child of a component | | `asChild` | `boolean` | `false` | Whether the button is rendered as a child of a component |
## Examples ## Examples

View File

@ -1,6 +1,3 @@
import { Button } from "@components/Button";
import { Label } from "@components/Label";
import { Checkbox } from "@components/Checkbox";
import { TabProvider, TabTrigger, TabContent, TabList } from "@components/Tabs"; import { TabProvider, TabTrigger, TabContent, TabList } from "@components/Tabs";
import { Story } from "@/components/Story"; import { Story } from "@/components/Story";
import { LoadedCode, GITHUB } from "@/components/LoadedCode"; import { LoadedCode, GITHUB } from "@/components/LoadedCode";
@ -47,7 +44,7 @@ import { Checkbox } from "@components/Checkbox";
### Variants ### Variants
| Prop | Type | Default | Description | | Prop | Type | Default | Description |
| :---- | :---- | :------- | :----------- | |:-------|:-------------------------|:--------|:-------------------------|
| `size` | `"base" \| "md" \| "lg"` | `"md"` | The size of the checkbox | | `size` | `"base" \| "md" \| "lg"` | `"md"` | The size of the checkbox |
## Examples ## Examples

View File

@ -1,4 +1,3 @@
import { Button } from "@components/Button";
import { TabProvider, TabTrigger, TabContent, TabList } from "@components/Tabs"; import { TabProvider, TabTrigger, TabContent, TabList } from "@components/Tabs";
import { Story } from "@/components/Story"; import { Story } from "@/components/Story";
import { LoadedCode, GITHUB } from '@/components/LoadedCode'; import { LoadedCode, GITHUB } from '@/components/LoadedCode';
@ -83,7 +82,7 @@ import {
#### Special #### Special
| Prop | Type | Default | Description | | Prop | Type | Default | Description |
| :--- | :--- | :------ | :---------- | |:-----------------|:----------|:---------------|:----------------------------------------------------------|
| `closeThreshold` | `number` | `0.3` | The threshold for the drawer to close with swipe or drag. | | `closeThreshold` | `number` | `0.3` | The threshold for the drawer to close with swipe or drag. |
| `opened` | `boolean` | - (Controlled) | Whether the drawer is opened. | | `opened` | `boolean` | - (Controlled) | Whether the drawer is opened. |
@ -92,7 +91,7 @@ import {
#### Special #### Special
| Prop | Type | Default | Description | | Prop | Type | Default | Description |
| :--- | :--- | :------ | :---------- | |:----------|:----------|:--------|:------------------------------------------------------------|
| `asChild` | `boolean` | `false` | Whether the component is rendered as a child of a component | | `asChild` | `boolean` | `false` | Whether the component is rendered as a child of a component |
### DrawerContent ### DrawerContent
@ -100,13 +99,13 @@ import {
#### Variants #### Variants
| Prop | Type | Default | Description | | Prop | Type | Default | Description |
| :--- | :--- | :------ | :---------- | |:-----------|:-----------------------------------------|:---------|:---------------------------|
| `position` | `"top" \| "bottom" \| "left" \| "right"` | `"left"` | The position of the drawer | | `position` | `"top" \| "bottom" \| "left" \| "right"` | `"left"` | The position of the drawer |
#### Special #### Special
| Prop | Type | Default | Description | | Prop | Type | Default | Description |
| :--- | :--- | :------ | :---------- | |:----------|:----------|:--------|:------------------------------------------------------------|
| `asChild` | `boolean` | `false` | Whether the component is rendered as a child of a component | | `asChild` | `boolean` | `false` | Whether the component is rendered as a child of a component |
### DrawerHeader ### DrawerHeader
@ -114,7 +113,7 @@ import {
#### Special #### Special
| Prop | Type | Default | Description | | Prop | Type | Default | Description |
| :--- | :--- | :------ | :---------- | |:----------|:----------|:--------|:------------------------------------------------------------|
| `asChild` | `boolean` | `false` | Whether the component is rendered as a child of a component | | `asChild` | `boolean` | `false` | Whether the component is rendered as a child of a component |
### DrawerBody ### DrawerBody
@ -122,7 +121,7 @@ import {
#### Special #### Special
| Prop | Type | Default | Description | | Prop | Type | Default | Description |
| :--- | :--- | :------ | :---------- | |:----------|:----------|:--------|:------------------------------------------------------------|
| `asChild` | `boolean` | `false` | Whether the component is rendered as a child of a component | | `asChild` | `boolean` | `false` | Whether the component is rendered as a child of a component |
### DrawerFooter ### DrawerFooter
@ -130,7 +129,7 @@ import {
#### Special #### Special
| Prop | Type | Default | Description | | Prop | Type | Default | Description |
| :--- | :--- | :------ | :---------- | |:----------|:----------|:--------|:------------------------------------------------------------|
| `asChild` | `boolean` | `false` | Whether the component is rendered as a child of a component | | `asChild` | `boolean` | `false` | Whether the component is rendered as a child of a component |
## Examples ## Examples

View File

@ -45,7 +45,7 @@ import { Input } from "@components/Input";
### Variants ### Variants
| Prop | Type | Default | Description | | Prop | Type | Default | Description |
| :--- | :--- | :------ | :---------- | |:-----------|:----------|:--------|:-----------------------------------------------------------------------------------------|
| `unstyled` | `boolean` | `false` | Remove style of input, so it can be real transparent input. Mostly used with InputFrame. | | `unstyled` | `boolean` | `false` | Remove style of input, so it can be real transparent input. Mostly used with InputFrame. |
| `full` | `boolean` | `false` | Make input take full width of its container. | | `full` | `boolean` | `false` | Make input take full width of its container. |

View File

@ -51,7 +51,7 @@ import { Label } from "@components/Label"
### Variants ### Variants
| Prop | Type | Default | Description | | Prop | Type | Default | Description |
| :--- | :--- | :------ | :---------- | |:------------|:-----------------------------|:-------------|:----------------------------|
| `direction` | `"vertical" \| "horizontal"` | `"vertical"` | The direction of the label. | | `direction` | `"vertical" \| "horizontal"` | `"vertical"` | The direction of the label. |
## Examples ## Examples

View File

@ -1,4 +1,3 @@
import { Button } from "@components/Button";
import { TabProvider, TabTrigger, TabContent, TabList } from "@components/Tabs"; import { TabProvider, TabTrigger, TabContent, TabList } from "@components/Tabs";
import { Story } from "@/components/Story"; import { Story } from "@/components/Story";
import { LoadedCode, GITHUB } from "@/components/LoadedCode"; import { LoadedCode, GITHUB } from "@/components/LoadedCode";
@ -61,14 +60,14 @@ import { TabProvider, TabTrigger, TabContent, TabList } from "@components/Tabs";
#### Special #### Special
| Name | Type | Default | Description | | Name | Type | Default | Description |
| --- | --- | --- | --- | |:--------------|:---------|:-----------------|:---------------------------------------------|
| `defaultName` | `string` | - (**required**) | The name of the tab to be active by default. | | `defaultName` | `string` | - (**required**) | The name of the tab to be active by default. |
### TabTrigger ### TabTrigger
#### Special #### Special
| Name | Type | Default | Description | | Name | Type | Default | Description |
| --- | --- | --- | --- | |:----------|:----------|:-----------------|:----------------------------------------------------------|
| `name` | `string` | - (**required**) | The name of the tab. | | `name` | `string` | - (**required**) | The name of the tab. |
| `asChild` | `boolean` | `false` | Whether the element is rendered as a child of a component | | `asChild` | `boolean` | `false` | Whether the element is rendered as a child of a component |
@ -76,5 +75,5 @@ import { TabProvider, TabTrigger, TabContent, TabList } from "@components/Tabs";
#### Special #### Special
| Name | Type | Default | Description | | Name | Type | Default | Description |
| --- | --- | --- | --- | |:-------|:---------|:-----------------|:---------------------|
| `name` | `string` | - (**required**) | The name of the tab. | | `name` | `string` | - (**required**) | The name of the tab. |

View File

@ -62,7 +62,7 @@ function App() {
#### Special #### Special
| Prop | Type | Default | Description | | Prop | Type | Default | Description |
| :--- | :--- | :------ | :---------- | |:----------------|:-----------------------|:---------------------|:--------------------------|
| `defaultOption` | `Partial<ToastOption>` | `defaultToastOption` | Global options for toast. | | `defaultOption` | `Partial<ToastOption>` | `defaultToastOption` | Global options for toast. |
```ts ```ts

View File

@ -51,7 +51,7 @@ import { Tooltip, TooltipContent } from "@components/Tooltip";
#### Variants #### Variants
| Prop | Type | Default | Description | | Prop | Type | Default | Description |
| :--- | :--- | :------ | :---------- | |:-----------|:-----------------------------------------|:--------|:-----------------------------|
| `position` | `"bottom" \| "left" \| "right" \| "top"` | `"top"` | The position of the tooltip. | | `position` | `"bottom" \| "left" \| "right" \| "top"` | `"top"` | The position of the tooltip. |
### TooltipContent ### TooltipContent
@ -59,7 +59,7 @@ import { Tooltip, TooltipContent } from "@components/Tooltip";
#### Variants #### Variants
| Prop | Type | Default | Description | | Prop | Type | Default | Description |
| :--- | :--- | :------ | :---------- | |:---------|:-----------------------|:--------|:-----------------------------------------|
| `offset` | `"sm" \| "md" \| "lg"` | `"md"` | Gap between the tooltip and the trigger. | | `offset` | `"sm" \| "md" \| "lg"` | `"md"` | Gap between the tooltip and the trigger. |
## Examples ## Examples