This is the SelectDate element

Package version

npm i module-tsl-ui-elements --save
6.7.7

imports

import { SelectDate } from 'module-tsl-ui-elements';
@import '~module-tsl-ui-elements/select-date/select-date';

example (editable)

<SelectDate />
<SelectDate
  value="2020-02-28"
  onChange={(date) => console.log(date)}
  yearsAfter={10}
  yearsBefore={1}
/>

Props

We couldn't detect props! Check if __docgenInfo is correctly defined

storybook

View SelectDate storybook stories