# patchkit-channel-list

> Popup list of discussion channels

Latest version **1.1.0** (published 2016-07-07) · GPL-3.0 license · 0 weekly downloads

## Install

```sh
npm install patchkit-channel-list
pnpm add patchkit-channel-list
yarn add patchkit-channel-list
bun add patchkit-channel-list
```

## 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 | 1.1.0 |
| Published | 2016-07-07 |
| First published | 2016-04-03 |
| Weekly downloads | 0 |
| License | GPL-3.0 |
| TypeScript types | none |
| Module format | CommonJS |
| Dependencies | 3 |
| Known vulnerabilities | 0 |
| Install scripts | no |
| GitHub stars | 0 |
| Author | Paul Frazee |
| Maintainers | cel, dominictarr, pfraze |
| Keywords | react |

## Links

- npm: https://www.npmjs.com/package/patchkit-channel-list
- Repository: https://github.com/patchkit/patchkit-channel-list
- Homepage: https://github.com/patchkit/patchkit-channel-list#readme
- Issues: https://github.com/patchkit/patchkit-channel-list/issues
- npm.io page: https://npm.io/package/patchkit-channel-list

## Dependencies (3)

- [react](https://npm.io/package/react.md) ^0.14.6
- [classnames](https://npm.io/package/classnames.md) ^2.2.3
- [patchwork-translations](https://npm.io/package/patchwork-translations.md) ^1.0.0

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

- 1.1.0 (latest) — 2016-07-07
- 1.0.0 — 2016-04-03

## README

# Channel List

Popup list of discussion channels.

![screenshot.png](screenshot.png)

```jsx
import ChannelList from 'patchkit-channel-list'

const channels = [
  { name: 'apples' },
  { name: 'bananas' },
  { name: 'carrots' }
]
const onSelect = c => console.log('selected', c)
<ChannelList channels={channels} onSelect={onSelect} />
```

## Styles

Use the .less file:

```less
@import "node_modules/patchkit-channel-list/styles.less"
```

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