Components
Loading preview...
Glowing Input
npx shadcn@latest add https://21st.dev/r/minhxthanh/glowing-inputimport { GlowingInput } from "@/components/ui/glowing-input";
export default function DemoOne() {
return (
<div className="w-full">
<GlowingInput />
</div>
);
}