Input
Text input with start/end adornments, error state, sizes, and imperative ref API. Also includes DebouncedInput and InlineInput variants.
Import
import { Input, DebouncedInput, InlineInput } from 'reablocks';
Input Props
| Prop | Type | Default | Description |
|---|---|---|---|
size | 'small' | 'medium' | 'large' | 'medium' | Input size |
fullWidth | boolean | — | Take full container width |
error | boolean | — | Error stat |
[Description truncada. Veja o README completo no GitHub.]