<Textarea />
Textarea
src/components/inputs.tsx
Import
import { Textarea } from "@ossrandom/design-system";
Examples
API
extends Omit<InputProps, "type" | "prefix" | "suffix" | "clearable">
| Prop | Type |
|---|---|
rows |
number |
autoResize |
boolean |
maxLength |
number |
showCount |
boolean |