An interactive canvas of glowing strings that respond to mouse movement with elegant animations.
import { EngravedString } from "@/components/ui/interactive-string"; const DemoOne = () => { return <EngravedString text='21st.dev' />; }; export { DemoOne };