Components
Loading preview...
A simple TailwindCSS animation of 2 ribbons marquee for any type of services or item descriptions.
@blessedux
npx shadcn@latest add https://21st.dev/r/blessedux/marquee-ribbonimport { Component } from "@/components/ui/marquee-ribbon";
export default function DemoOne() {
return <Component />;
}