a crontab.guru/ replica as a react component, with i18n support
http://kewang-cron-input.surge.sh/
npm i https://github.com/KevinWang15/react-crontab-input
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";
MIT