A very long text for a tiny screen
Installation
Section titled “Installation”pnpm dlx shadcn@latest add pxl-ui/registry/text-marquee
Copy and paste the following code into your project.
Update the import paths to match your project setup.
import { TextMarquee } from "@/components/ui/pxl/text-marquee"<div className="w-full max-w-2xs space-y-4"> <TextMarquee>A very long text for a tiny screen</TextMarquee></div>