Textarea
A Windows 98 multiline text field with native textarea attributes.
Preview
Installation
pnpm dlx shadcn@latest add https://react98-ui.vercel.app/r/textarea.jsonnpx shadcn@latest add https://react98-ui.vercel.app/r/textarea.jsonyarn dlx shadcn@latest add https://react98-ui.vercel.app/r/textarea.jsonbunx shadcn@latest add https://react98-ui.vercel.app/r/textarea.jsonUsage
import { Textarea } from "@/components/ui/98/textarea";
export function Example() {
return <Textarea rows={4} defaultValue="Message" />;
}