Text Highlight

Text Highlight

February 2026

A highlighted text effect using CSS conic and linear gradients

Loading...

Installation

pnpm dlx @bucharitesh/cli@latest add text-highlight

Props

PropTypeDescriptionDefault
childrenReactNodeThe text content to highlight-
colorstringRGB values (space-separated, e.g. "255 232 62")required
anglestringGradient angle (e.g. "50deg")"50deg"
rotatestringRotation applied to the highlight (e.g. "1deg")"0deg"
scalestringScale applied to the highlight (e.g. "1.1")"1"
skewstringSkew applied to the highlight (e.g. "-5deg")"0deg"
size"sm" | "default" | "lg"Size of the highlighted text"default"
classNamestringAdditional class names-

Credits