Dropdown date range selector with quick presets and custom date inputs
Selected: week
| Prop | Type | Default | Description |
|---|---|---|---|
selectedRange | string | 'all' | Active preset key |
customFrom | string | null | null | ISO date for custom range start |
customTo | string | null | null | ISO date for custom range end |
onRangeChange | (range, from?, to?) => void | — | Selection callback |
compact | boolean | false | Compact button style |