Components
Loading preview...
An interactive canvas of glowing strings that respond to mouse movement with elegant animations.
@jatin-yadav05
npx shadcn@latest add https://21st.dev/r/jatin-yadav05/interactive-stringimport { EngravedString } from "@/components/ui/interactive-string";
const DemoOne = () => {
return <EngravedString text='21st.dev' />;
};
export { DemoOne };