TextHighlight
TextHighlight Component
Playground
The quick brown fox jumps over the lazy dog
Props
| Prop | Type | Default | Value |
|---|---|---|---|
| text | text | — | |
| highlight | text | — | |
| color | color | — | |
| caseSensitive | boolean | — |
DefaultThe quick brown fox jumps over the lazy dog
CaseSensitiveHello hello HELLO
MultipleMatchesDesign system design patterns
| PROP | TYPE | DEFAULT | DESCRIPTION |
|---|---|---|---|
caseSensitive | boolean | — | — |
color | color | — | — |
highlight | text | — | — |
text | text | — | — |
Using TextHighlighttsx
import { TextHighlight } from '@/components/TextHighlight'
<TextHighlight
text="..."
highlight="..."
color="..."
caseSensitive="..."
/>Tokens Used
No design tokens detected