Components
Range Picker
The Time Range Picker enables the user to select a time range.
This component is made on top of React Day Picker’s DayPicker Component with our styling conventions. This component has been shared with you, ensuring that all its native properties are accessible.
Anatomy
Import all parts and piece them together.
import { RangePicker } from "@rafty/ui";
<RangePicker />;
Usage
<RangePicker />