Highlight
Use the Highlight component to highlight one or more substrings within a text.
HighlightProps
extends
, , | Name | Type | Default | Description |
|---|---|---|---|
term | | [] | | Either a substring or an array of multiple different substrings that should be highlighted in the projected content. Every occurrence of the string(s) is highlighted accordingly. |
caseSensitive? | false | Property that determines whether the highlighting search is case-sensitive.
If set to |