Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/adi518/react-components
https://github.com/adi518/react-components
Last synced: 2 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/adi518/react-components
- Owner: adi518
- Created: 2020-02-27T20:31:49.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2023-01-05T08:30:56.000Z (almost 2 years ago)
- Last Synced: 2024-10-28T09:21:47.071Z (about 2 months ago)
- Language: JavaScript
- Size: 1.72 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 19
-
Metadata Files:
- Readme: README.md
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)