@blaze-react/date-range
v0.8.0-alpha.112
Published
DateRange component allows you to select a date range among several options
Downloads
71
Keywords
Readme
Description
DateRange component allows you to select a date range among several options.
custom range
<DateRange onChange={({ selectedDate: { from, to } }) => {}} custom />select option
<DateRange onChange={({ selectedDate }) => {}} />API
DateRange can receive a number of props as follow:
| NAME | TYPE | DEFAULT | | :------- | :------: | :--------------------: | | custom | boolean | false | | onChange | Function | ({selectedDate}) => {} |
