2.0.0 • Published 6 months ago

sham-ui-datetimepicker v2.0.0

Weekly downloads
15
License
-
Repository
-
Last release
6 months 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

7 months ago

2.0.0

6 months ago

2.0.0-alpha.3

8 months ago

2.0.0-alpha.4

8 months ago

2.0.0-alpha.1

2 years ago

2.0.0-alpha.2

1 year ago

1.0.0

2 years ago

1.0.0-alpha.6

2 years ago

1.0.0-alpha.5

2 years ago

1.0.0-alpha.4

2 years ago

1.0.0-alpha.3

3 years ago

1.0.0-alpha.2

3 years ago

1.0.0-alpha.1

3 years ago

0.1.1

3 years ago

0.1.0

3 years ago

0.0.2

4 years ago

0.0.1

4 years ago