Draw Underline Link Demo
sora-ui/demo-draw-underline-linkFreeComponent
Scrollable catalog preview with two centered link instances.
Install it
npx shadcn@latest add https://ui.soralabs.io.vn/r/demo-draw-underline-link.jsonSource
1"use client";2import {3 DrawUnderlineLink,4 type DrawUnderlineLinkProps,5} from "@/components/sora-ui/texts/draw-underline-link";67export default function DrawUnderlineLinkCatalogDemo({8 label = "Hover me",9 variant = "default",10 duration = 0.5,11 underlineColor = "#ff4c24",12 ...props13}: DrawUnderlineLinkProps) {14 return (15 <section>16 <DrawUnderlineLink17 duration={duration}18 href="#"19 label={label}20 underlineColor={underlineColor}21 variant={variant}22 {...props}23 />24 </section>25 );26}
What it pulls in
Other registry items
Files it writes
More from Sora UI
All 97 items| Component | Registry | Kind | Access | Installs | Command |
|---|---|---|---|---|---|
| Accordionaccordion | Sora UI | Components | Free | 2 deps | |
| Border Trailborder-trail | Sora UI | Components | Free | 1 dep | |
| Bottom Sheetbottom-sheet | Sora UI | Components | Free | 2 deps | |
| Cursor Bubblecursor-bubble | Sora UI | Components | Free | 2 deps | |
| Cursor Trail Revealcursor-trail-reveal | Sora UI | Components | Free | 1 dep | |
| Custom Cursorcustom-cursor | Sora UI | Components | Free | 2 deps | |
| Accordion Demodemo-accordion | Sora UI | Components | Free | no deps | |
| Border Trail Demodemo-border-trail | Sora UI | Components | Free | no deps |
