Highlight
Text highlighting and underlining
Emphasize text with color highlights or underlines.
Highlight
Mark text with a colored background.
important text success info error specialHighlight colors
Yellow
Default highlight color.
default yellowGreen
For positive or success text.
completedBlue
For informational text.
note thisRed
For warnings or errors.
criticalPurple
For special emphasis.
featuredUnderline
Add styled underlines to text.
solid wavy dotted dashedUnderline styles
Solid
Default underline style.
solid underlineWavy
Wavy underline for emphasis.
wavy underlineDotted
Dotted underline.
dotted underlineDashed
Dashed underline.
dashed underlineProps
Highlight
| prop | type | default | description |
|---|---|---|---|
| children | ReactNode | required | Text to highlight |
| color | "yellow" | "green" | "blue" | "red" | "purple" | "yellow" | Highlight color |
Underline
| prop | type | default | description |
|---|---|---|---|
| children | ReactNode | required | Text to underline |
| style | "solid" | "wavy" | "dotted" | "dashed" | "solid" | Underline style |