Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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

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/)

---