1.0.12 • Published 8 years ago

rc-time-duration-picker v1.0.12

Weekly downloads
3
License
MIT
Repository
github
Last release
8 years ago

TimeDurationPicker

npm: 3.10.10

yarn: v0.21.3

nodejs: v6.10.0

INSTALL

npm install rc-time-duration-picker

yarn add rc-time-duration-picker

USAGE

import TimeDurationPicker from 'rc-time-duration-picker';

ReactDOM.render(< TimeDurationPicker />, container);

Only select time 24h: < TimeDurationPicker defaultValue={moment()}/>

Only select time 12h: < TimeDurationPicker defaultValue={moment()} use12Hours />

Select time of week day: < TimeDurationPicker defaultValue={moment()} showWeekDay/>

Select time of month day: < TimeDurationPicker defaultValue={moment()} showMonthDay />

Select time of month, month day: < TimeDurationPicker defaultValue={moment()} showMonth showMonthDay />

Using locale, supporting for Vietnamese and English: default English < TimeDurationPicker defaultValue={moment()} showMonth showMonthDay locale={'vi'} />

DEMO

yarn start

http://localhost:3000/examples/demo.html

AUTHOR

TuDHM-VNG

1.0.12

8 years ago

1.0.11

8 years ago

1.0.10

8 years ago

1.0.9

8 years ago

1.0.8

8 years ago

1.0.7

8 years ago

1.0.6

8 years ago

1.0.5

8 years ago

1.0.4

8 years ago

1.0.3

8 years ago

1.0.2

8 years ago

1.0.1

8 years ago

1.0.0

8 years ago