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

native-date-picker-react

Package Overview
Dependencies
Maintainers
1
Versions
2
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

native-date-picker-react

A fun little date picker that will eventually offer more features than the traditional HTML date picker.

latest
npmnpm
Version
0.0.2
Version published
Maintainers
1
Created
Source

Native Date Picker React

A fun little date picker that will eventually offer more features than the traditional HTML date picker.

Installing

npm install --save native-date-picker-react

Usage

Currently there is only one event that is usageable for the Native Date Picker React.

onChange - Returns an object with the ISO date.

import React from 'react';
import ReactDOM from 'react-dom';
import DatePicker from 'native-date-picker-react'

function handleOnChange(date) {
  console.log(date);
}

ReactDOM.render(<DatePicker onChange={handleOnChange} />, document.getElementById('root'));

FAQs

Package last updated on 10 Jun 2019

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