decentralized-internet
Version:
An NPM library of programs to create decentralized web and distributed computing projects
32 lines (21 loc) • 631 B
Markdown
# clusterpost-list-react
> clusterpost jobs view
[](https://www.npmjs.com/package/clusterpost-list-react) [](https://standardjs.com)
## Install
```bash
npm install --save clusterpost-list-react
```
## Usage
```jsx
import React, { Component } from 'react'
import MyComponent from 'clusterpost-list-react'
class Example extends Component {
render () {
return (
<MyComponent />
)
}
}
```
## License
MIT © [juanprietob](https://github.com/juanprietob)