Sci-Fi Input
A terminal-style HUD input with glowing cyan borders, scan line animation, and corner brackets.
Loading...
Installation
pnpm dlx shadcn@latest add https://harshkanjiya.com/r/scifi-input.json
Usage
import { ScifiInput } from "@/components/scifi-input"
export default function Page() {
return <ScifiInput />
}API Reference
| Prop | Type | Default | Description |
|---|---|---|---|
className | string | undefined | Additional class names applied to the root wrapper. |