[react] feat: Added docs for components/Null
This commit is contained in:
parent
4c582bf26f
commit
062eb497e9
3 changed files with 22 additions and 4 deletions
|
@ -2,6 +2,20 @@
|
|||
title: 'Null'
|
||||
---
|
||||
|
||||
:::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.null.mjs'
|
||||
import { Null } from '@freesewing/react/components/Null'
|
||||
|
||||
<DocusaurusDoc>
|
||||
|
||||
The __Null__ component family provides the following components:
|
||||
|
||||
- [Null](#null)
|
||||
|
||||
## Null
|
||||
<ComponentDocs docs={jsdoc.jsdocNull} example={Null} />
|
||||
|
||||
</DocusaurusDoc>
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue