0.0.1 • Published 5 years ago

testecron v0.0.1

Weekly downloads
2
License
ISC
Repository
github
Last release
5 years ago

React Cron Builder Translated to Portuguese

React component to build cron expression

<<<<>>>> ALL THE CREDITS FOR ONE-MORE https://www.npmjs.com/~one-more / https://github.com/one-more <<<<>>>> ATTENTION: This version is a translation only, not a copy.

installation

npm install --save cronproject

CREDITS AND LIVE DEMO

Live demo <<<<>>>> ALL THE CREDITS FOR ONE-MORE https://www.npmjs.com/~one-more / https://github.com/one-more <<<<>>>>

usage

import CronBuilder from  'cronproject'
import 'cronproject/dist/bundle.css'

<CronBuilder 
    cronExpression="*/4 2,12,22 * * 1-5"
    onChange={::console.log}
    showResult={false}
/>

component was inspired by this util