[react] feat: Added docs for components/Number
This commit is contained in:
parent
062eb497e9
commit
fa5bad3d07
4 changed files with 46 additions and 5 deletions
|
@ -1,7 +1,19 @@
|
|||
---
|
||||
title: Number
|
||||
---
|
||||
import { DocusaurusDoc } from '@freesewing/react/components/Docusaurus'
|
||||
import { ComponentDocs } from '@site/src/components/component-docs.js'
|
||||
import * as jsdoc from '@site/prebuild/jsdoc/components.number.mjs'
|
||||
import { NumberCircleExample } from './_examples.js'
|
||||
|
||||
:::note
|
||||
This page is yet to be created
|
||||
:::
|
||||
|
||||
<DocusaurusDoc>
|
||||
|
||||
The __Number__ component family provides the following components:
|
||||
|
||||
- [NumberCircle](#numbercircle)
|
||||
|
||||
## NumberCircle
|
||||
<ComponentDocs docs={jsdoc.jsdocNumberCircle} example={NumberCircleExample} />
|
||||
|
||||
</DocusaurusDoc>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue