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

https://github.com/jamilur-r/react-hope


https://github.com/jamilur-r/react-hope

Last synced: about 2 months ago
JSON representation

Awesome Lists containing this project

README

        

# react-hope

> A react ui library

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

## Install

```bash
npm install --save react-hope
```

## Usage

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

import MyComponent from 'react-hope'
import 'react-hope/dist/index.css'

class Example extends Component {
render() {
return
}
}
```

## License

MIT © [jamilur-r](https://github.com/jamilur-r)