1
0
Fork 0
freesewing/sites/dev/docs/reference/packages/react/components/highlight
2025-05-10 16:21:24 +02:00
..
_examples.js [react] feat: Added docs for components/Highlight 2025-05-10 16:21:24 +02:00
readme.mdx [react] feat: Added docs for components/Highlight 2025-05-10 16:21:24 +02:00

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

The **Highlight** component family provides the following components:

- [Highlight](#highlight)

## Highlight

<ComponentDocs docs={jsdocHighlight} example={HighlightExample} />


</DocusaurusDoc>