sham-ui-datetimepicker

2.0.0 • Public • Published

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/>
  ...

Readme

Keywords

none

Package Sidebar

Install

npm i sham-ui-datetimepicker

Weekly Downloads

1

Version

2.0.0

License

none

Unpacked Size

78.3 kB

Total Files

7

Last publish

Collaborators

  • shamcode