react98

Textarea

A Windows 98 multiline text field with native textarea attributes.

Preview

textarea.exe

Installation

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

Usage

import { Textarea } from "@/components/ui/98/textarea";

export function Example() {
  return <Textarea rows={4} defaultValue="Message" />;
}

On this page