0.0.5 • Published 2 years ago

react-typescript-rrule-generator v0.0.5

Weekly downloads
-
License
MIT
Repository
github
Last release
2 years ago

react-typescript-rrule-generator

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-typescript-rrule-generator

Usage

import React, { Component } from 'react'

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

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

License

MIT © JD Bots