Skip to main content
Data input

Date range presets

Themed listbox of date-range quick-selects that resolve to an inclusive start/end range.

03

Import

#import

Add the symbol to your component's imports array. The walkthrough below shows the most common usages — copy & tweak.

import { KjDateRangePresetsComponent } from '@kouji-ui/components';
04

Playground

#playground

Selected: —

<kj-date-range-presets
  kjLabel="Date range presets"
  [(kjValue)]="range"
/>