Skip to content

daill/ReactPickadate

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 

Repository files navigation

ReactPickadate

About

This little file has been created to provide the materializecss pickadate implementation to React.js. In my case I had to mock the opening event to make it work. Feel free to use it.

Usage

Just include this and create the element via ES6 syntax

var picker = <ReactPickadate id="someId" onChange={this.onChange.bind(this)} classNames="my_fancy_css_class" value={this.state.value}/>;

About

Simple small component to make the materializecss implementation of pickadate working in with React.js and jQuery

Resources

Stars

1 star

Watchers

1 watching

Forks

Releases

No releases published

Packages

 
 
 

Contributors