Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/aboudzein/react-pkg
Common React Components For My Projects
https://github.com/aboudzein/react-pkg
Last synced: 5 days ago
JSON representation
Common React Components For My Projects
- Host: GitHub
- URL: https://github.com/aboudzein/react-pkg
- Owner: aboudzein
- Created: 2020-03-30T23:10:10.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2023-03-04T09:28:17.000Z (almost 2 years ago)
- Last Synced: 2023-03-08T05:18:20.906Z (almost 2 years ago)
- Language: JavaScript
- Size: 3.38 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 42
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# @aboudzein/react-pkg
> Common React Components Using in My Projects
[![NPM](https://img.shields.io/npm/v/@aboudzein/react-pkg.svg)](https://www.npmjs.com/package/@aboudzein/react-pkg) [![JavaScript Style Guide](https://img.shields.io/badge/code_style-standard-brightgreen.svg)](https://standardjs.com)
## Install
```bash
npm install --save @aboudzein/react-pkg
```## Usage
```jsx
import React, { Component } from 'react'import { GenericRouter } from '@aboudzein/react-pkg'
```
## License
MIT © [](https://github.com/)
---