/react-rrule

React component for RRule.

Primary LanguageJavaScript

react-rrule

Implementation of rrule in React

NPM JavaScript Style Guide

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