react-rrule-generator-ts
v0.3.3
Published
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
Downloads
19
Readme
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.
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