Textarea | CombricSkip to content

Textarea

Combric

Native resizable multiline text control.

@combric/react · v1.1.1 · Current

Import and usage

import { Textarea } from "@combric/react";

Load the native stylesheet with @import "@combric/react/css";. This path does not require Tailwind.

Examples

Default textarea

Disabled textarea

Invalid textarea

Public API

Public exports
Name
Textarea
Documented contracts
Property / capabilityPublished contract
ContractAll native textarea props
Contractaria-invalid styling

Accessibility

Requires a programmatic label and retains normal browser resizing and form behavior.

CSS and customization

Combric classes and canonical --combric-* variables provide the package presentation. Consumer className extends the required class; it does not replace the component contract.

Source

View source on GitHub