Implementation of rrule in React
npm install --save react-rrule
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.
MIT © thesanjeevsharma