Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/thesanjeevsharma/react-rrule
- Owner: thesanjeevsharma
- Created: 2020-09-09T20:11:56.000Z (about 4 years ago)
- Default Branch: master
- Last Pushed: 2020-09-23T09:15:30.000Z (about 4 years ago)
- Last Synced: 2024-10-30T06:33:18.089Z (9 days ago)
- Language: JavaScript
- Size: 202 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
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)