react-cron-builder

js Styles
react component to create cron expression
Version 1.0.4 License ISC
<script src=" https://cdn.jsdelivr.net/npm/react-cron-builder@1.0.4/src/Cronbuilder.test.min.js "></script>
<link href=" https://cdn.jsdelivr.net/npm/react-cron-builder@1.0.4/dist/bundle.min.css " rel="stylesheet">
No default files set by the package author so the URLs are guessed. You can always browse all package files to use other ones.
React Cron Builder
React component to build cron expression
installation
npm install --save react-cron-builder
demo
usage
import CronBuilder from 'react-cron-builder
import 'react-cron-builder/dist/bundle.css'
<CronBuilder
cronExpression="*/4 2,12,22 * * 1-5"
onChange={::console.log}
showResult={false}
/>
component was inspired by this util