Logo

Date Picker

This is a demo of the Date Picker component.

Basic

import DatePicker from "@abc/datepicker";

function Example() {
  return <DatePicker variant="primary" />;
}