react98

Input

A Windows 98 text input with native input attributes.

Preview

input.exe

Installation

pnpm dlx shadcn@latest add https://react98-ui.vercel.app/r/input.json
npx shadcn@latest add https://react98-ui.vercel.app/r/input.json
yarn dlx shadcn@latest add https://react98-ui.vercel.app/r/input.json
bunx shadcn@latest add https://react98-ui.vercel.app/r/input.json

Usage

import { Input } from "@/components/ui/98/input";

export function Example() {
  return <Input defaultValue="C:\\Windows\\System32" />;
}

On this page