0.1.12 • Published 6 years ago

@react-ag-components/datetime v0.1.12

Weekly downloads
1
License
MIT
Repository
github
Last release
6 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

6 years ago

0.1.11

6 years ago

0.1.10

6 years ago

0.1.9

6 years ago

0.1.7

6 years ago

0.1.6

6 years ago

0.1.5

6 years ago

0.1.4

6 years ago

0.1.3

6 years ago

0.1.2

6 years ago

0.1.1

6 years ago

0.1.0

6 years ago

0.0.9

6 years ago

0.0.8

6 years ago

0.0.7

6 years ago

0.0.6

6 years ago

0.0.5

6 years ago

0.0.4

6 years ago

0.0.3

6 years ago

0.0.2

6 years ago

0.0.1

6 years ago