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

react-datepicker-mobile

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-datepicker-mobile

a mobile datepicker component

latest
Source
npmnpm
Version
1.0.3
Version published
Maintainers
1
Created
Source

react-datepicker-mobile

a simple datePicker component http://114.215.68.43/datepicker

get start

step one

clone or down this project

the second step

cd example

the third step

npm install

finally

npm start

how to use

Example with defaults

install

npm intsall --save react-datepicker-mobile

Creating an example component:

import React,{Component} from 'react';
import DatePicker from 'react-datepicker-mobile';
class Index extents Component{
  componentDidMount(){
  this.refs.datePicker.toggle();
  }
  render: function() {
    return (
      <DatePicker ref="datePicker"> </DatePicker>  
    );
  },
};
export default Index;

Keywords

react

FAQs

Package last updated on 01 Jun 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