Input
A Windows 98 text input with native input attributes.
Preview
Installation
pnpm dlx shadcn@latest add https://react98-ui.vercel.app/r/input.jsonnpx shadcn@latest add https://react98-ui.vercel.app/r/input.jsonyarn dlx shadcn@latest add https://react98-ui.vercel.app/r/input.jsonbunx shadcn@latest add https://react98-ui.vercel.app/r/input.jsonUsage
import { Input } from "@/components/ui/98/input";
export function Example() {
return <Input defaultValue="C:\\Windows\\System32" />;
}