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