Text Modifier
text highlighter with solid background and decorative markers for emphasis.
You can ask an AI assistant to "Build a landing page using components from the ScrollX UI registry" or "Find me a login form from the ScrollX UI registry".
Installation
npx shadcn@latest add https://scrollxui.dev/registry/text-modifier.json Usage
import TextModifier from "@/components/ui/text-modifier";<TextModifier
variant="solid"
highlightColorClass="bg-yellow-200"
markerColorClass="bg-yellow-500"
className="text-black dark:text-black"
>
You can ask an AI assistant.
</TextModifier>API Reference
Text Modifier
text highlighter with solid background and decorative markers for emphasis.