For the complete documentation index, see llms.txt. Markdown variants are available by appending .md to any URL or sending an Accept: text/markdown header. An agent skill is available at /.well-known/agent-skills/site-skill.md.
24
Sponsor

Inline Highlight

Animates one word inside a sentence from a base color to a brand color.

Customize
72
1

Installation

$ pnpm dlx shadcn@latest add @framecn/inline-highlight

Usage

import { InlineHighlight } from "@/components/framecn/inline-highlight";
<InlineHighlight before="value" highlight="value" />

API Reference

InlineHighlight

PropTypeDefault
beforestring-
highlightstring-
afterstring""
baseColorstring"#171717"
highlightColorstring"#ff5e3a"
fontSizenumber48
fontWeightnumber600
speednumber1
fpsnumber30
durationInFramesnumber90
classNamestring-

Notes