Components
Loading preview...
a beautiful effect with animated glass orbs moving in a rectangular path over a background image.
npx shadcn@latest add https://21st.dev/r/uniquesonu/glass-uiimport GlassmorphismAnimation from "@/components/ui/glass-ui";
export default function DemoOne() {
return <GlassmorphismAnimation />;
}