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

react-analogue-time

Package Overview
Dependencies
Maintainers
1
Versions
4
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

react-analogue-time

A small and simple time picker for react based on google material UI

latest
Source
npmnpm
Version
0.1.3
Version published
Maintainers
1
Created
Source

react-analogue-time

A small and simple time picker for react based on google material UI. This component is a wrapper for https://github.com/ShaneGH/analogue-time-picker

time picker

  • 12h and 24h versions
  • Mobile and desktop enabled
  • Custom styles, and works with material UI
  • Typescript typings included
  • Responsive
  • Accessable

Install

npm install react-analogue-time --save

https://github.com/ShaneGH/react-analogue-time/releases/latest

Use

// javascript / typescript
import { TimePicker } from 'react-analogue-time'

// react stateless component
function Time () {
    // The TimePicker accepts all of the same props as an <input />
    <TimePicker onTimeChanged={(hour, minute) => alert(`${hour}:${minute}`)} className="my-class" />
}

Keywords

ui

FAQs

Package last updated on 22 May 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