Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/adi518/react-components


https://github.com/adi518/react-components

Last synced: 2 days ago
JSON representation

Awesome Lists containing this project

README

        

# react-components

>

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

## Install

```bash
npm install --save react-components
```

## Usage

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

import MyComponent from 'react-components'

class Example extends Component {
render () {
return (

)
}
}
```

## License

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