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

https://github.com/anishmprasad/react-extensions

A React Component Library
https://github.com/anishmprasad/react-extensions

calender components popover progressive-image react-component-library reactjs

Last synced: 8 months ago
JSON representation

A React Component Library

Awesome Lists containing this project

README

          

# react-extensions

## A React Component Library

### Installation

Ensure you have [Yarn](https://yarnpkg.com/lang/en/) installed.

To add react-extensions to your React application, run:

```
$ yarn add react-extensions
```

If you prefer npm, run this command instead:

```
$ npm install --save react-extensions
```

That's all you need to do: no config changes required!

 
 

### Using react-extensions components in your application

1. Include any of available components:

```js
import { Image } from 'react-extensions'
```

2. Use them along your React components:

```js
const Actions = () => (


Hello Word!




)
```
### Licence
MIT