Skip to content

Highlight

Highlight applies visual emphasis to text with filled, outline, or text-only color styles.

Basic Usage

This has a highlighted word in it.

import { Highlight } from "@paramanu/typography-react"
export default function App() {
return <p>This has a <Highlight>highlighted word</Highlight> in it.</p>
}
<p>This has a <mark class="pm-highlight pm-highlight--primary">highlighted word</mark> in it.</p>