1.2.0 • Published 5 years ago

cronproject v1.2.0

Weekly downloads
5
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

1.2.0

5 years ago

1.1.0

5 years ago

1.0.9

5 years ago

1.0.8

5 years ago

1.0.7

5 years ago

1.0.6

5 years ago

1.0.5

5 years ago

1.0.4

5 years ago