react selector with the slide feather such as contact lists, address lists
npm install react-slide-selector
import React, { Component, PropTypes } from 'react'
import SlideSelect from './SlideSelect'
import * as _ from 'lodash'
class App extends Component {
getData(addressList) {
return {
list: _.groupBy(addressList, "firstCapitial"),
show: 'city'
}
}
render() {
return (
#Note
this is the test version, the stable version will be update to 2.0.0