0.1.1 • Published 9 years ago

rctui-datetime v0.1.1

Weekly downloads
1
License
MIT
Repository
github
Last release
9 years ago

Datetime

react ui datetime component

online example

Install

npm install rctui-datetime

Usage

import Datetime from 'rctui-datetime'

<Datetime
  dateOnly={bool}       // only show date, default value false
  timeOnly={bool}       // only show time, default value false
  readOnly={bool}       // default value false
  format={string}
  unixtime={bool}
  placeholder={string}
  onChange={function}
  value={string|number}
/>
0.1.1

9 years ago

0.1.0

9 years ago