Components
Date Picker
The Date Picker component lets the user select a date.
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 the component.
import { DatePicker } from "@rafty/ui";
<DatePicker />;
Usage
<DatePicker />