patchkit-channel-list

1.1.0 • Public • Published

Channel List

Popup list of discussion channels.

screenshot.png

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:

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

/patchkit-channel-list/

    Package Sidebar

    Install

    npm i patchkit-channel-list

    Weekly Downloads

    2

    Version

    1.1.0

    License

    GPL-3.0

    Last publish

    Collaborators

    • pfraze
    • cel