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

react-hour-minute

Package Overview
Dependencies
Maintainers
1
Versions
6
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

react-hour-minute

### Example

latest
npmnpm
Version
0.1.6
Version published
Maintainers
1
Created
Source

react-hour-minute

Example

import React from 'react'
import { render } from 'react-dom'
import { TimePicker } from 'react-hour-minute'

const App = () => {
  return (
     <div>
      <TimePicker onChange={time => console.log(time)} />
     </div>
  )
}

render(
  <App />,
  document.querySelector('#app')
)

Todo

  • Support 12 hour format
  • TimeRangePicker

Keywords

react

FAQs

Package last updated on 05 Oct 2016

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