DocSpace-client/web/ASC.Web.Components/example/stories/input/date/README.md

17 lines
275 B
Markdown
Raw Normal View History

2019-06-27 14:36:42 +00:00
# DateInput
#### Description
Custom date input
#### Usage
```js
import { DateInput } from 'asc-web-components';
2019-06-28 12:40:40 +00:00
<DateInput selected={new Date()} dateFormat="dd.MM.yyyy" onChange={date => {}}/>
2019-06-27 14:36:42 +00:00
```
#### Properties
2019-06-28 12:40:40 +00:00
See InputText properties + https://reactdatepicker.com/