# react-extensions

> A react-extensions component library

Latest version **1.0.10** (published 2019-11-18) · MIT license · 0 weekly downloads

## Install

```sh
npm install react-extensions
pnpm add react-extensions
yarn add react-extensions
bun add react-extensions
```

## Health

**Score 20/100 (F)** — status: abandoned.

Positive: esm support; no vulnerabilities.

Warnings: low downloads; no types.

Negative: abandoned; low maintenance score.

## Facts

| | |
|---|---|
| Version | 1.0.10 |
| Published | 2019-11-18 |
| First published | 2019-09-30 |
| Weekly downloads | 0 |
| License | MIT |
| TypeScript types | none |
| Module format | ESM + CommonJS |
| Dependencies | 4 |
| Unpacked size | 4.9 MB |
| Known vulnerabilities | 0 |
| Install scripts | no |
| GitHub stars | 2 |
| Author | Anish M Prasad |
| Maintainers | anishmprasad |

## Links

- npm: https://www.npmjs.com/package/react-extensions
- Repository: https://github.com/anishmprasad/react-extensions
- Homepage: https://github.com/anishmprasad/react-extensions#readme
- Issues: https://github.com/anishmprasad/react-extensions/issues
- npm.io page: https://npm.io/package/react-extensions

## Dependencies (4)

- [rpopover](https://npm.io/package/rpopover.md) ^1.0.11
- [netslider](https://npm.io/package/netslider.md) ^1.3.4
- [react-imgr](https://npm.io/package/react-imgr.md) ^1.1.1
- [react-daterangeselector](https://npm.io/package/react-daterangeselector.md) ^1.0.6

## Recent versions

- 1.0.10 (latest) — 2019-11-18
- 1.0.9 — 2019-11-03
- 1.0.8 — 2019-10-26
- 1.0.7 — 2019-10-26
- 1.0.6 — 2019-10-25
- 1.0.4 — 2019-10-03
- 1.0.3 — 2019-10-01
- 1.0.1 — 2019-09-30
- 1.0.0 — 2019-09-30

## 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!

&nbsp;
&nbsp;

### 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 = () => (
  <div>
    <h1>Hello Word!</h1>
    <Image />
  </div>
)
```
### Licence
MIT

---
_Source: https://npm.io/package/react-extensions · Machine-readable twin of the npm.io package page. Health data is recomputed on every publish._
