Default textarea
import { Textarea } from "@combric/react";
export function Example() {
return <Textarea aria-label="Notes" defaultValue="Package-first UI." />;
}Native resizable multiline text control.
@combric/react · v1.1.1 · Current
import { Textarea } from "@combric/react";Load the native stylesheet with @import "@combric/react/css";. This path does not require Tailwind.
import { Textarea } from "@combric/react";
export function Example() {
return <Textarea aria-label="Notes" defaultValue="Package-first UI." />;
}import { Textarea } from "@combric/react";
export function Example() {
return <Textarea aria-label="Notes" defaultValue="Read only notes." disabled />;
}import { Textarea } from "@combric/react";
export function Example() {
return <Textarea aria-label="Notes" aria-invalid="true" required />;
}| Name |
|---|
Textarea |
| Property / capability | Published contract |
|---|---|
| Contract | All native textarea props |
| Contract | aria-invalid styling |
Requires a programmatic label and retains normal browser resizing and form behavior.
Combric classes and canonical --combric-* variables provide the package presentation. Consumer className extends the required class; it does not replace the component contract.