1.1.9 • Published 7 years ago

react-picklist v1.1.9

Weekly downloads
5
License
MIT
Repository
github
Last release
7 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

7 years ago

1.1.8

7 years ago

1.1.7

7 years ago

1.1.6

7 years ago

1.1.5

7 years ago

1.1.4

7 years ago

1.1.3

7 years ago

1.1.2

7 years ago

1.1.1

7 years ago

1.1.0

7 years ago

1.0.9

7 years ago

1.0.8

7 years ago

1.0.7

7 years ago

1.0.6

7 years ago

1.0.5

7 years ago

1.0.4

7 years ago

1.0.3

7 years ago

1.0.2

7 years ago

1.0.1

7 years ago

1.0.0

7 years ago