Components
Loading preview...
A Vercel and Rauno inspired split text effect for your website.
@bucharitesh
npx shadcn@latest add https://21st.dev/r/bucharitesh/split-text-effectimport { Component } from "@/components/ui/split-text-effect";
export default function DemoOne() {
return (
<div className="relative w-full bg-black max-w-xl">
<div className="h-72">
<Component text="Grow Together" fill={0.5} accent="#2ecc71" />
</div>
</div>
);
}