react-rrule
v0.1.1
Published
Implementation of rrule in React
Downloads
24
Readme
react-rrule
Implementation of rrule in React
Install
npm install --save react-rrule
Usage
import React from 'react'
import ReactRRule from 'react-rrule'
const YourComponent = () => {
return <ReactRRule onChange={(val) => console.log(val)} />
}
onChange
will return an object that contains RRule Object, PSQL RRule Object, RRule string and RRule text.
License
MIT © thesanjeevsharma