[react] feat: Added docs for components/Tab
This commit is contained in:
parent
b6d947646c
commit
f92a182992
4 changed files with 58 additions and 12 deletions
|
@ -2,6 +2,28 @@
|
|||
title: Tab
|
||||
---
|
||||
|
||||
:::note
|
||||
This page is yet to be created
|
||||
:::
|
||||
import { DocusaurusDoc } from '@freesewing/react/components/Docusaurus'
|
||||
import { ComponentDocs } from '@site/src/components/component-docs.js'
|
||||
import * as jsdoc from '@site/prebuild/jsdoc/components.tab.mjs'
|
||||
import { TabExample, TabsExample } from './_examples.js'
|
||||
|
||||
<DocusaurusDoc>
|
||||
|
||||
- [Components](#components)
|
||||
|
||||
## Components
|
||||
|
||||
The **Tab** component family provides the following components:
|
||||
|
||||
- [Tab](#tab)
|
||||
- [Tabs](#tabs)
|
||||
|
||||
### Tab
|
||||
|
||||
<ComponentDocs docs={jsdoc.jsdocTab} example={TabExample} />
|
||||
|
||||
### Tabs
|
||||
|
||||
<ComponentDocs docs={jsdoc.jsdocTabs} example={TabsExample} />
|
||||
|
||||
</DocusaurusDoc>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue