0.3.3 • Published 3 years ago

react-rrule-generator-ts v0.3.3

Weekly downloads
6
License
MIT
Repository
github
Last release
3 years ago

react-rrule-generator-ts

This is ReactJS project based on Create React Library and using Bootstrap styling. It's built with the help of a great rrule.js library. It also uses: -lodash -date-fns -@material-ui/pickers.

NPM JavaScript Style Guide

Install

npm install --save react-rrule-generator-ts

Usage

import React, { Component } from 'react'

import RRuleGeneratorTS, { translations } from 'react-rrule-generator-ts'
import 'react-rrule-generator-ts/dist/index.css'

class Example extends Component {
  render() {
    return 
    <RRuleGeneratorTS 
      onChange={(rrule) => console.log(rrule)}
      config={{
        hideStart: false,
      }}
      translations={translations.english}
    />
  }
}

License

MIT © pollylnd