Components
Loading preview...
Text curving tool for creative typography. Bends text along circular or custom arc paths. Ideal for creating logos, badges, or decorative text elements with some customizable animated motion.
@ravikatiyar
npx shadcn@latest add https://21st.dev/r/ravikatiyar162/text-arc-effectimport { Component } from "@/components/ui/text-arc-effect";
export default function DemoOne() {
return <Component />;
}