1.1.9 • Published 6 years ago

react-picklist v1.1.9

Weekly downloads
5
License
MIT
Repository
github
Last release
6 years ago

react-picklist

React Picklist Component

NPM JavaScript Style Guide

Install

npm install --save react-picklist

Usage

import React, { Component } from 'react'

import PickList from 'react-picklist'

class Example extends Component {
  render () {
    return (
      <PickList
          leftColumn={this.state.columns['1']}
          rightColumn={this.state.columns['2']}
          items={this.state.items}
      />
    )
  }
}

License

MIT © tolgatuna

1.1.9

6 years ago

1.1.8

6 years ago

1.1.7

6 years ago

1.1.6

6 years ago

1.1.5

6 years ago

1.1.4

6 years ago

1.1.3

6 years ago

1.1.2

6 years ago

1.1.1

6 years ago

1.1.0

6 years ago

1.0.9

6 years ago

1.0.8

6 years ago

1.0.7

6 years ago

1.0.6

6 years ago

1.0.5

6 years ago

1.0.4

6 years ago

1.0.3

6 years ago

1.0.2

6 years ago

1.0.1

6 years ago

1.0.0

6 years ago