react-rrule

0.1.1 • Public • Published

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

/react-rrule/

    Package Sidebar

    Install

    npm i react-rrule

    Weekly Downloads

    5

    Version

    0.1.1

    License

    MIT

    Unpacked Size

    99.4 kB

    Total Files

    6

    Last publish

    Collaborators

    • thesanjeevsharma