0.1.1 • Published 4 years ago

react-rrule v0.1.1

Weekly downloads
19
License
MIT
Repository
github
Last release
4 years ago

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

0.1.1

4 years ago

0.1.0

4 years ago