1
0
Fork 0
freesewing/sites/dev/docs/reference/packages/react/components/highlight/readme.mdx

25 lines
558 B
Text
Raw Normal View History

---
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>