Skip to content

fossabot/react-crontab-input

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

46 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

react-crontab-input

a crontab.guru/ replica as a react component, with i18n support

demo FOSSA Status

Online DEMO

http://kewang-cron-input.surge.sh/

Installation

npm i https://github.com/KevinWang15/react-crontab-input

Usage

In your jsx code:

import CrontabInput from "react-crontab-input";

...
        <CrontabInput locale="zh_CN" onChange={value => this.setState({ value })} value={this.state.value}/>
...

In your css code:

@import "../node_modules/react-crontab-input/lib/default-style.css";

Special Thanks

License

MIT

FOSSA Status

About

a crontab.guru/ replica as a react component, with i18n support

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published