update documentations
This commit is contained in:
@@ -38,12 +38,12 @@ The `Tabs` component allows you to organize content into multiple sections, enab
|
||||
|
||||
| Prop | Type | Default | Description |
|
||||
| -------------- | -------- | ------- | ------------------------------------------------------ |
|
||||
| `defaultValue` | `string` | `null` | The value of the tab that is selected by default. |
|
||||
| `className` | `string` | `""` | Additional CSS classes for styling the Tabs component. |
|
||||
| `defaultValue` | string | null | The value of the tab that is selected by default. |
|
||||
| `className` | string | null | Additional CSS classes for styling the Tabs component. |
|
||||
|
||||
## Code
|
||||
## Output Markdown
|
||||
|
||||
````jsx
|
||||
````plaintext
|
||||
<Tabs defaultValue="java" className="pt-5 pb-1">
|
||||
<TabsList>
|
||||
<TabsTrigger value="java">Java</TabsTrigger>
|
||||
|
||||
Reference in New Issue
Block a user