https://github.com/jamilur-r/react-hope
https://github.com/jamilur-r/react-hope
Last synced: about 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/jamilur-r/react-hope
- Owner: jamilur-r
- Created: 2021-04-02T16:07:11.000Z (about 4 years ago)
- Default Branch: master
- Last Pushed: 2021-04-04T09:32:53.000Z (about 4 years ago)
- Last Synced: 2025-02-09T10:22:04.286Z (4 months ago)
- Language: JavaScript
- Size: 391 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# react-hope
> A react ui library
[](https://www.npmjs.com/package/react-hope) [](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)