Components
Loading preview...
A dynamic text effect with layered animations that create a mesmerizing dance-like motion
npx shadcn@latest add https://21st.dev/r/minhxthanh/dance-text-animation// This is file with demos of your component
// Each export is one usecase for your component
import DanceTextAnimation from "@/components/ui/dance-text-animation";
const DemoOne = () => {
return (
<div className="items-center w-full h-screen">
<DanceTextAnimation />
</div>
);
};
export { DemoOne };