https://github.com/shy2850/crond-picker
crondate parser formatter and ui picker
https://github.com/shy2850/crond-picker
Last synced: 2 months ago
JSON representation
crondate parser formatter and ui picker
- Host: GitHub
- URL: https://github.com/shy2850/crond-picker
- Owner: shy2850
- License: mit
- Created: 2021-01-06T12:53:29.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2021-03-01T06:45:05.000Z (over 4 years ago)
- Last Synced: 2025-02-27T15:03:26.649Z (3 months ago)
- Language: TypeScript
- Homepage: https://shy2850.github.io/crond-picker/
- Size: 424 KB
- Stars: 0
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# crond-picker
crondate parser formatter and ui picker## install
`npm i crond-picker`## usage
```tsx
import { CrondPicker } from 'crond-picker'
import * as React from 'react'
import * as ReactDOM from 'react-dom'ReactDOM.render( console.log(crondStr)} />, container)
```Demo: [https://codesandbox.io/s/stoic-sound-oq6w3?file=/src/App.js](https://codesandbox.io/s/stoic-sound-oq6w3?file=/src/App.js)