react98

Select

A Windows 98 select control with native select attributes.

Preview

select.exe

Installation

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

Usage

import { Select } from "@/components/ui/98/select";

export function Example() {
  return (
    <Select defaultValue="standard">
      <option value="standard">Standard</option>
      <option value="compact">Compact</option>
    </Select>
  );
}

On this page