[react] feat: Added docs for components/Stats
This commit is contained in:
parent
4ba8b50b2c
commit
b6d947646c
3 changed files with 30 additions and 3 deletions
|
@ -2,6 +2,24 @@
|
|||
title: Stats
|
||||
---
|
||||
|
||||
:::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.stats.mjs'
|
||||
import { Stats } from '@freesewing/react/components/Stats'
|
||||
|
||||
<DocusaurusDoc>
|
||||
|
||||
- [Components](#components)
|
||||
|
||||
## Components
|
||||
|
||||
The **Stats** component family provides the following components:
|
||||
|
||||
- [Stats](#stats)
|
||||
|
||||
### Stats
|
||||
|
||||
<ComponentDocs docs={jsdoc.jsdocStats} example={Stats} />
|
||||
|
||||
</DocusaurusDoc>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue