Docs
Glow Input
A beautiful text input that features an animated flowing gradient border when focused.
Component Blueprint
Majestic Real-Time Rendering
Installation
$ npx @cosmoo/oblivion add glow-inputPackages
npm install Usage Detail
tsx
import { GlowInput } from "@/components/oblivion/glow-input"
export default function GlowInputDemo() {
return <GlowInput />
}import { GlowInput } from "@/components/oblivion/glow-input"
export default function GlowInputDemo() {
return <GlowInput />
}