New Research: Supply Chain Attack on Axios Pulls Malicious Dependency from npm.Details →
Socket
Book a DemoSign in
Socket

@react-ag-components/datetime

Package Overview
Dependencies
Maintainers
3
Versions
21
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@react-ag-components/datetime

React Date Time component

latest
Source
npmnpm
Version
0.1.12
Version published
Weekly downloads
21
Maintainers
3
Weekly downloads
 
Created
Source

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

Keywords

react-component

FAQs

Package last updated on 21 Aug 2018

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts