2.0.0 • Published 2 years ago

sham-ui-datetimepicker v2.0.0

Weekly downloads
15
License
-
Repository
-
Last release
2 years ago

sham-ui-datetimepicker

Build Status npm version MIT Licence

DateTimePicker for sham-ui

Install

# npm
npm install sham-ui-datetimepicker
# yarn
yarn add sham-ui-datetimepicker

API

Table of Contents

DateTimePickerOptions

Options for DateTimePicker

Type: Object

Properties
  • value Date Selected date. By default current date
  • onChange Function Callback for onChange. By default () => {}
  • showTime boolean Show time selector. By default true
  • displayMode string Mode for display. By default 'dom' (day of month)
  • isDateSelectable Function Callback for test date for selectable. By default () => true
  • classForDate Function Callback for add custom class for date. By default () => ''

DateTimePicker

DateTime picker for sham-ui

Properties
Examples
{% import DateTimePicker from 'sham-ui-datetimepicker' %}
  ...
  <DateTimePicker/>
  ...
2.0.0-alpha.5

2 years ago

2.0.0

2 years ago

2.0.0-alpha.3

2 years ago

2.0.0-alpha.4

2 years ago

2.0.0-alpha.1

3 years ago

2.0.0-alpha.2

3 years ago

1.0.0

3 years ago

1.0.0-alpha.6

3 years ago

1.0.0-alpha.5

4 years ago

1.0.0-alpha.4

4 years ago

1.0.0-alpha.3

4 years ago

1.0.0-alpha.2

4 years ago

1.0.0-alpha.1

4 years ago

0.1.1

4 years ago

0.1.0

4 years ago

0.0.2

5 years ago

0.0.1

5 years ago