0.1.12 • Published 7 years ago

@react-ag-components/datetime v0.1.12

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

input

React component for DateTime (extra information)

original datetime component from https://www.npmjs.com/package/material-ui-datetimepicker https://github.com/dmtrKovalenko/material-ui-datetimepicker

Pre-requisite

Requires material ui v0

Usage

Install

npm i @react-ag-components/datetime --save

Use in your project

import DateTimePicker from '@react-ag-components/datetime'
<DateTimePicker
  value={this.state.startDateTime}
  onChange={this.onChange('startDateTime')}
  label="Start date time"
/>

Properties

PropertyDefaultDescription
format'DD MMMM YYYY hh:mm A'moment date format

Contributing

Get the repository

git clone https://github.com/alphillips/datetime.git

Update dependencies

npm install

Run the project

npm start

Deploy to npm

Build

npm run build -- --copy-files

Publish

npm publish --access public

0.1.12

7 years ago

0.1.11

7 years ago

0.1.10

7 years ago

0.1.9

7 years ago

0.1.7

7 years ago

0.1.6

7 years ago

0.1.5

7 years ago

0.1.4

7 years ago

0.1.3

7 years ago

0.1.2

7 years ago

0.1.1

7 years ago

0.1.0

7 years ago

0.0.9

7 years ago

0.0.8

7 years ago

0.0.7

7 years ago

0.0.6

7 years ago

0.0.5

7 years ago

0.0.4

7 years ago

0.0.3

7 years ago

0.0.2

7 years ago

0.0.1

7 years ago