Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/thesanjeevsharma/react-rrule

React component for RRule.
https://github.com/thesanjeevsharma/react-rrule

Last synced: about 5 hours ago
JSON representation

React component for RRule.

Awesome Lists containing this project

README

        

# react-rrule

> Implementation of rrule in React

[![NPM](https://img.shields.io/npm/v/react-rrule.svg)](https://www.npmjs.com/package/react-rrule) [![JavaScript Style Guide](https://img.shields.io/badge/code_style-standard-brightgreen.svg)](https://standardjs.com)

## Install

```bash
npm install --save react-rrule
```

## Usage

```jsx
import React from 'react'

import ReactRRule from 'react-rrule'

const YourComponent = () => {
return console.log(val)} />
}
```

`onChange` will return an object that contains RRule Object, PSQL RRule Object, RRule string and RRule text.

## License

MIT © [thesanjeevsharma](https://github.com/thesanjeevsharma)