Skip to content

Latest commit

 

History

History
45 lines (29 loc) · 1.18 KB

README.md

File metadata and controls

45 lines (29 loc) · 1.18 KB

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