Text Highlight Demo
bucharitesh/text-highlight-demoFreeExample
A demo of the Text Highlight component
Install it
npx shadcn@latest add https://bucharitesh.in/r/text-highlight-demo.jsonSource
1import { TextHighlight } from '@/registry/bucharitesh/text-highlight';23export default function TextHighlightDemo() {4 return (5 <div className="flex flex-col items-center justify-center gap-5 p-10">6 <TextHighlight7 color="255 232 62"8 angle="50deg"9 rotate="1deg"10 scale="1.1"11 skew="-5deg"12 >13 this is important14 </TextHighlight>15 <TextHighlight16 color="91 233 92"17 angle="30deg"18 scale="0.92"19 skew="7deg"20 >21 wait, this is also important22 </TextHighlight>23 <TextHighlight24 color="255 100 185"25 angle="150deg"26 rotate="0.5deg"27 skew="5deg"28 >29 wow, almost forgot this30 </TextHighlight>31 </div>32 );33}
What it pulls in
Other registry items
Files it writes
More from bucharitesh
All 26 items| Component | Registry | Kind | Access | Installs | Command |
|---|---|---|---|---|---|
| Book Demobook-demo | bucharitesh | Examples | Free | no deps | |
| Book Variant Demobook-variant-demo | bucharitesh | Examples | Free | no deps | |
| Game of Life Demogame-of-life-demo | bucharitesh | Examples | Free | no deps | |
| Game of Life Demo 2game-of-life-demo-2 | bucharitesh | Examples | Free | no deps | |
| Magical Mouse Demomagical-mouse-demo | bucharitesh | Examples | Free | no deps | |
| Metallic Button Demometallic-button-demo | bucharitesh | Examples | Free | no deps | |
| Modern Progress Demomodern-progress-demo | bucharitesh | Examples | Free | no deps | |
| Pixel Icon Demopixel-icon-demo | bucharitesh | Examples | Free | no deps |
