Components
Loading preview...
Interactive 3D Text Effect A WebGL text component that creates a dynamic ripple effect when you hover over it. The text "bubbles up" from the surface based on mouse proximity, with smooth animations and automatic light/dark theme support. Features 3D displacement shaders, crisp SVG text rendering, and responsive design. Perfect for modern, interactive hero sections.
@osint619
npx shadcn@latest add https://21st.dev/r/patrick.thomas.dunn1988/sneakimport { Component } from "@/components/ui/sneak";
export default function DemoOne() {
return <Component />;
}