Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/kitlangton/reminders-react


https://github.com/kitlangton/reminders-react

Last synced: 3 days ago
JSON representation

Awesome Lists containing this project

README

        

# reminders-react

>

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

## Install

```bash
npm install --save reminders-react
```

## Usage

```jsx
import React, { Component } from 'react'

import MyComponent from 'reminders-react'

class Example extends Component {
render () {
return (

)
}
}
```

## License

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