Components
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.
npx shadcn@latest add https://21st.dev/r/ravikatiyar162/text-arc-effectLoading preview...
import { Component } from "@/components/ui/text-arc-effect";
export default function DemoOne() {
return <Component />;
}