Skip to content

Latest commit

 

History

History
24 lines (17 loc) · 673 Bytes

File metadata and controls

24 lines (17 loc) · 673 Bytes

react98

A shadcn-compatible registry for Windows 98-style React primitives, structured as a lightweight local component registry.

Install

pnpm dlx shadcn@latest add https://react98-ui.vercel.app/r/win98.json

You can also install individual items:

pnpm dlx shadcn@latest add https://react98-ui.vercel.app/r/button.json
pnpm dlx shadcn@latest add https://react98-ui.vercel.app/r/window.json

Registry layout

  • registry.json defines the flat shadcn registry.
  • registry/ui contains installable React primitives.
  • registry/ui/styles/98.css contains the shared Windows 98 styling.
  • public/r is generated by pnpm registry:build.