
This adds support for not only documenating components, but also constants and functions that may be exported next to components.
24 lines
558 B
Text
24 lines
558 B
Text
---
|
|
title: Highlight
|
|
---
|
|
|
|
import { DocusaurusDoc } from '@freesewing/react/components/Docusaurus'
|
|
import { ComponentDocs } from '@site/src/components/component-docs.js'
|
|
import { jsdocHighlight } from '@site/prebuild/jsdoc/components.highlight.mjs'
|
|
import { HighlightExample } from './_examples.js'
|
|
|
|
<DocusaurusDoc>
|
|
|
|
- [Components](#components)
|
|
|
|
## Components
|
|
|
|
The **Highlight** component family provides the following components:
|
|
|
|
- [Highlight](#highlight)
|
|
|
|
### Highlight
|
|
|
|
<ComponentDocs docs={jsdocHighlight} example={HighlightExample} />
|
|
|
|
</DocusaurusDoc>
|