# nchannel-component

> nchannel component

Latest version **2.0.1** (published 2017-01-09) · BSD license · 0 weekly downloads

## Install

```sh
npm install nchannel-component
pnpm add nchannel-component
yarn add nchannel-component
bun add nchannel-component
```

## Health

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

Positive: no vulnerabilities.

Warnings: low downloads; no types; no esm support.

Negative: abandoned; low maintenance score.

## Facts

| | |
|---|---|
| Version | 2.0.1 |
| Published | 2017-01-09 |
| First published | 2017-01-09 |
| Weekly downloads | 0 |
| License | BSD |
| TypeScript types | none |
| Module format | CommonJS |
| Dependencies | 2 |
| Known vulnerabilities | 0 (+1 in 1 direct dependencies) |
| Install scripts | yes |
| Maintainers | nchannel-pub |
| Keywords | react, reactjs, react-component |

## Links

- npm: https://www.npmjs.com/package/nchannel-component
- npm.io page: https://npm.io/package/nchannel-component

## Dependencies (2)

- [react](https://npm.io/package/react.md) ~0.13.3
- [babel-runtime](https://npm.io/package/babel-runtime.md) ~5.8.20

## Alternatives

- [mobx-react](https://npm.io/package/mobx-react.md) — 2.8M weekly downloads
- [rc-tree](https://npm.io/package/rc-tree.md) — 2.6M weekly downloads
- [@react-oauth/google](https://npm.io/package/@react-oauth/google.md) — 1.3M weekly downloads
- [@wagmi/connectors](https://npm.io/package/@wagmi/connectors.md) — 877.0K weekly downloads
- [vee-validate](https://npm.io/package/vee-validate.md) — 836.4K weekly downloads

## Recent versions

- 2.0.1 (latest) — 2017-01-09

## README

# nchannel component

Get the AMD module located at `nchannel-component.js` and include it in your project.

Here is a sample integration:

```js
require.config({
  paths: {
    'react': 'vendor/bower_components/react/react',
    'NchannelComponent': 'nchannel-component'
  }
});

require(['react', 'NchannelComponent'], function(React, NchannelComponent) {

  React.render(React.createElement(NchannelComponent), document.getElementById('widget-container'));

});
```

## Development

* Development server `npm start`.
* Continuously run tests on file changes `npm run watch-test`;
* Run tests: `npm test`;
* Build `npm run build`;

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