@lendi-ui/date-picker
v5.0.0
Published
A DatePicker component for form inputs. In it's current iteration (1.0.0), additional validation should be handled by the consumer (e.g. allowing the correct maximum days/months/years).
Downloads
1,086
Maintainers
Keywords
Readme
@lendi-ui/date-picker
A DatePicker component for form inputs. In it's current iteration (1.0.0), additional validation should be handled by the consumer (e.g. allowing the correct maximum days/months/years).
Installation
yarn add @lendi-ui/date-picker
Usage
import DatePicker from '@lendi-ui/date-picker';
<DatePicker />;