feat(dev): Added react docs for Pattern + refactor
This adds support for not only documenating components, but also constants and functions that may be exported next to components.
This commit is contained in:
parent
d0baf7cece
commit
22a89f12d3
50 changed files with 1816 additions and 669 deletions
|
@ -10,15 +10,18 @@ import { BreadcrumbsExample } from './_examples.js'
|
|||
|
||||
<DocusaurusDoc>
|
||||
|
||||
- [Components](#components)
|
||||
|
||||
## Components
|
||||
|
||||
The **Breadcrumbs** component family provides the following components:
|
||||
|
||||
- [Breadcrumbs ](#breadcrumbs)
|
||||
|
||||
## Breadcrumbs
|
||||
### Breadcrumbs
|
||||
|
||||
<MiniNote>This component is different from the Docusaurus breadcrumbs</MiniNote>
|
||||
<br />
|
||||
<ComponentDocs docs={jsdocBreadcrumbs} example={BreadcrumbsExample} />
|
||||
|
||||
</DocusaurusDoc>
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue