DateInput
Text input with calendar popup for date selection. Supports single dates and date ranges with optional preset quick filters. Built on Input, Calendar, and Menu components.
Import
import { DateInput } from 'reablocks';
DateInput Props
Extends Input props (except value and onChange), plus:
| Prop | Type | Default | Description |
|---|---|---|---|
value | Date (single) or [Date, Date] (range) | — | Selected date(s) |
onChange |
[Description truncada. Veja o README completo no GitHub.]