Socket
Socket
Sign inDemoInstall

react-timepicker

Package Overview
Dependencies
Maintainers
1
Versions
18
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

react-timepicker

React timepicker in Android KitKat style


Version published
Weekly downloads
309
decreased by-5.79%
Maintainers
1
Weekly downloads
 
Created
Source

react-timepicker

Timepicker is a React timepicker component that looks like Android KitKat one.

Demo

Timepicker

Dependencies

  • React

How To

Using npm

npm install react-timepicker

Using Meteor

meteor add universe:react-clock-picker

Usage

// Remember to include timepicker.css
<Timepicker {...timepickerOptions} />

Options

// Everything is optional.
var timepickerOptions = {
    mode: Timepicker.MODE_HOURS, // or Timepicker.MODE_MINUTES

    size:   300,
    radius: 125,

    hours:   0,
    minutes: 0,

    militaryTime: true // 24 hours if true, 12 otherwise

    onChange: function (hours, minutes) {},
    onChangeMode: function (mode) {}
};

Keywords

FAQs

Package last updated on 29 Oct 2015

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

SocketSocket SOC 2 Logo

Product

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

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc