[react] feat: Added docs for components/Ux
This commit is contained in:
parent
d8705ecc75
commit
5e5d3a0270
4 changed files with 49 additions and 7 deletions
|
@ -2,6 +2,28 @@
|
|||
title: Ux
|
||||
---
|
||||
|
||||
:::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.ux.mjs'
|
||||
import { UxExample, UxMiniExample } from './_examples.js'
|
||||
|
||||
<DocusaurusDoc>
|
||||
|
||||
- [Components](#components)
|
||||
|
||||
## Components
|
||||
|
||||
The **Ux** component family provides the following components:
|
||||
|
||||
- [Ux](#ux)
|
||||
- [UxMini](#uxmini)
|
||||
|
||||
### Ux
|
||||
|
||||
<ComponentDocs docs={jsdoc.jsdocUx} example={UxExample} />
|
||||
|
||||
### UxMini
|
||||
|
||||
<ComponentDocs docs={jsdoc.jsdocUxMini} example={UxMiniExample} />
|
||||
|
||||
</DocusaurusDoc>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue