Socket
Socket
Sign inDemoInstall

react-pick-datetime

Package Overview
Dependencies
3
Maintainers
1
Versions
11
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

    react-pick-datetime

Accessible widgets for picking dates and times.


Version published
Maintainers
1
Install size
4.22 MB
Created

Changelog

Source

v0.5.3 (2015-08-06)

THANKS

The awesome contributor who submitted the pull request for this release:

  • https://github.com/AlanFoster
BUGFIX
  • There's now a copy of a Promise polyfill included by default so that it works on older browsers.

Readme

Source

react-pick-datetime

Build Status

Accessible widgets for picking dates and times, implemented in React.

Built on top of react-pick and moment.

Demo

http://jwilde.me/react-pick-datetime/

Installation & Usage

npm install react-pick-datetime

You'll need to make sure that you somehow include the following CSS files from both react-pick and react-pick-datetime:

  • 'react-pick/lib/styles.css'
  • 'react-pick-datetime/lib/styles.css'

Or, you could be awesome and write your own CSS for both. Up to you.

What's Inside?

  • <Calendar> - A calendar control that you can use all over the place for selecting dates directly.
  • <DateInput> - Input with a keyboard-navigable calendar popup letting the user select and modify dates.
  • <TimeInput> - Autocompleting time input, where the user can type a time, and times similar to the one that they're typing get autocompleted in both a menu and in "type ahead" text.

FAQs

Last updated on 06 Aug 2015

Did you know?

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

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc