Components
Loading preview...
Here is Flowing Ribbons Effect component
@ui-layouts
npx shadcn@latest add https://21st.dev/r/uilayout.contact/flowing-ribbons-effectimport FlowingRibbons from "@/components/ui/flowing-ribbons-effect";
export default function DemoOne() {
return <FlowingRibbons/>;
}