fix: reformat table
This commit is contained in:
parent
b69f886e9e
commit
9c996f564a
@ -1,4 +1,3 @@
|
||||
import { Button } from "@components/Button";
|
||||
import { TabProvider, TabTrigger, TabContent, TabList } from "@components/Tabs";
|
||||
import { Story } from "@/components/Story";
|
||||
import { LoadedCode, GITHUB } from "@/components/LoadedCode";
|
||||
@ -45,7 +44,7 @@ import { Button } from "@components/Button";
|
||||
### Variants
|
||||
|
||||
| Prop | Type | Default | Description |
|
||||
| :--- | :--- | :------ | :---------- |
|
||||
|:-------------|:------------------------------------------------------------------------------|:------------|:----------------------------------------|
|
||||
| `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 |
|
||||
| `background` | `"default" \| "ghost" \| "success" \| "warning" \| "danger" \| "transparent"` | `"default"` | The background color of the button |
|
||||
@ -55,7 +54,7 @@ import { Button } from "@components/Button";
|
||||
### Special
|
||||
|
||||
| Prop | Type | Default | Description |
|
||||
| :--- | :--- | :------ | :---------- |
|
||||
|:----------|:----------|:--------|:---------------------------------------------------------|
|
||||
| `asChild` | `boolean` | `false` | Whether the button is rendered as a child of a component |
|
||||
|
||||
## Examples
|
||||
|
@ -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 { Story } from "@/components/Story";
|
||||
import { LoadedCode, GITHUB } from "@/components/LoadedCode";
|
||||
@ -47,7 +44,7 @@ import { Checkbox } from "@components/Checkbox";
|
||||
### Variants
|
||||
|
||||
| Prop | Type | Default | Description |
|
||||
| :---- | :---- | :------- | :----------- |
|
||||
|:-------|:-------------------------|:--------|:-------------------------|
|
||||
| `size` | `"base" \| "md" \| "lg"` | `"md"` | The size of the checkbox |
|
||||
|
||||
## Examples
|
||||
|
@ -1,4 +1,3 @@
|
||||
import { Button } from "@components/Button";
|
||||
import { TabProvider, TabTrigger, TabContent, TabList } from "@components/Tabs";
|
||||
import { Story } from "@/components/Story";
|
||||
import { LoadedCode, GITHUB } from '@/components/LoadedCode';
|
||||
@ -83,7 +82,7 @@ import {
|
||||
#### Special
|
||||
|
||||
| Prop | Type | Default | Description |
|
||||
| :--- | :--- | :------ | :---------- |
|
||||
|:-----------------|:----------|:---------------|:----------------------------------------------------------|
|
||||
| `closeThreshold` | `number` | `0.3` | The threshold for the drawer to close with swipe or drag. |
|
||||
| `opened` | `boolean` | - (Controlled) | Whether the drawer is opened. |
|
||||
|
||||
@ -92,7 +91,7 @@ import {
|
||||
#### Special
|
||||
|
||||
| Prop | Type | Default | Description |
|
||||
| :--- | :--- | :------ | :---------- |
|
||||
|:----------|:----------|:--------|:------------------------------------------------------------|
|
||||
| `asChild` | `boolean` | `false` | Whether the component is rendered as a child of a component |
|
||||
|
||||
### DrawerContent
|
||||
@ -100,13 +99,13 @@ import {
|
||||
#### Variants
|
||||
|
||||
| Prop | Type | Default | Description |
|
||||
| :--- | :--- | :------ | :---------- |
|
||||
|:-----------|:-----------------------------------------|:---------|:---------------------------|
|
||||
| `position` | `"top" \| "bottom" \| "left" \| "right"` | `"left"` | The position of the drawer |
|
||||
|
||||
#### Special
|
||||
|
||||
| Prop | Type | Default | Description |
|
||||
| :--- | :--- | :------ | :---------- |
|
||||
|:----------|:----------|:--------|:------------------------------------------------------------|
|
||||
| `asChild` | `boolean` | `false` | Whether the component is rendered as a child of a component |
|
||||
|
||||
### DrawerHeader
|
||||
@ -114,7 +113,7 @@ import {
|
||||
#### Special
|
||||
|
||||
| Prop | Type | Default | Description |
|
||||
| :--- | :--- | :------ | :---------- |
|
||||
|:----------|:----------|:--------|:------------------------------------------------------------|
|
||||
| `asChild` | `boolean` | `false` | Whether the component is rendered as a child of a component |
|
||||
|
||||
### DrawerBody
|
||||
@ -122,7 +121,7 @@ import {
|
||||
#### Special
|
||||
|
||||
| Prop | Type | Default | Description |
|
||||
| :--- | :--- | :------ | :---------- |
|
||||
|:----------|:----------|:--------|:------------------------------------------------------------|
|
||||
| `asChild` | `boolean` | `false` | Whether the component is rendered as a child of a component |
|
||||
|
||||
### DrawerFooter
|
||||
@ -130,7 +129,7 @@ import {
|
||||
#### Special
|
||||
|
||||
| Prop | Type | Default | Description |
|
||||
| :--- | :--- | :------ | :---------- |
|
||||
|:----------|:----------|:--------|:------------------------------------------------------------|
|
||||
| `asChild` | `boolean` | `false` | Whether the component is rendered as a child of a component |
|
||||
|
||||
## Examples
|
||||
|
@ -45,7 +45,7 @@ import { Input } from "@components/Input";
|
||||
### Variants
|
||||
|
||||
| Prop | Type | Default | Description |
|
||||
| :--- | :--- | :------ | :---------- |
|
||||
|:-----------|:----------|:--------|:-----------------------------------------------------------------------------------------|
|
||||
| `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. |
|
||||
|
||||
|
@ -51,7 +51,7 @@ import { Label } from "@components/Label"
|
||||
### Variants
|
||||
|
||||
| Prop | Type | Default | Description |
|
||||
| :--- | :--- | :------ | :---------- |
|
||||
|:------------|:-----------------------------|:-------------|:----------------------------|
|
||||
| `direction` | `"vertical" \| "horizontal"` | `"vertical"` | The direction of the label. |
|
||||
|
||||
## Examples
|
||||
|
@ -1,4 +1,3 @@
|
||||
import { Button } from "@components/Button";
|
||||
import { TabProvider, TabTrigger, TabContent, TabList } from "@components/Tabs";
|
||||
import { Story } from "@/components/Story";
|
||||
import { LoadedCode, GITHUB } from "@/components/LoadedCode";
|
||||
@ -61,14 +60,14 @@ import { TabProvider, TabTrigger, TabContent, TabList } from "@components/Tabs";
|
||||
|
||||
#### Special
|
||||
| Name | Type | Default | Description |
|
||||
| --- | --- | --- | --- |
|
||||
|:--------------|:---------|:-----------------|:---------------------------------------------|
|
||||
| `defaultName` | `string` | - (**required**) | The name of the tab to be active by default. |
|
||||
|
||||
### TabTrigger
|
||||
|
||||
#### Special
|
||||
| Name | Type | Default | Description |
|
||||
| --- | --- | --- | --- |
|
||||
|:----------|:----------|:-----------------|:----------------------------------------------------------|
|
||||
| `name` | `string` | - (**required**) | The name of the tab. |
|
||||
| `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
|
||||
| Name | Type | Default | Description |
|
||||
| --- | --- | --- | --- |
|
||||
|:-------|:---------|:-----------------|:---------------------|
|
||||
| `name` | `string` | - (**required**) | The name of the tab. |
|
||||
|
@ -62,7 +62,7 @@ function App() {
|
||||
#### Special
|
||||
|
||||
| Prop | Type | Default | Description |
|
||||
| :--- | :--- | :------ | :---------- |
|
||||
|:----------------|:-----------------------|:---------------------|:--------------------------|
|
||||
| `defaultOption` | `Partial<ToastOption>` | `defaultToastOption` | Global options for toast. |
|
||||
|
||||
```ts
|
||||
|
@ -51,7 +51,7 @@ import { Tooltip, TooltipContent } from "@components/Tooltip";
|
||||
#### Variants
|
||||
|
||||
| Prop | Type | Default | Description |
|
||||
| :--- | :--- | :------ | :---------- |
|
||||
|:-----------|:-----------------------------------------|:--------|:-----------------------------|
|
||||
| `position` | `"bottom" \| "left" \| "right" \| "top"` | `"top"` | The position of the tooltip. |
|
||||
|
||||
### TooltipContent
|
||||
@ -59,7 +59,7 @@ import { Tooltip, TooltipContent } from "@components/Tooltip";
|
||||
#### Variants
|
||||
|
||||
| Prop | Type | Default | Description |
|
||||
| :--- | :--- | :------ | :---------- |
|
||||
|:---------|:-----------------------|:--------|:-----------------------------------------|
|
||||
| `offset` | `"sm" \| "md" \| "lg"` | `"md"` | Gap between the tooltip and the trigger. |
|
||||
|
||||
## Examples
|
||||
|
Loading…
x
Reference in New Issue
Block a user