0.1.1 • Published 5 years ago

just-a-select v0.1.1

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

just-a-select

Plain no jazz select

NPM JavaScript Style Guide

Install

npm install --save just-a-select
yarn add just-a-select

Usage

Storybook example

import React, { Component } from 'react'

import Select from 'just-a-select'

class Example extends Component {
  render () {
    return (
      <Select onChange={selectHasChanged()} options={
        [
          'Sarcoline',
          'Coquelicot',
          'Smaragdine',
          'Mikado',
          'Glaucous'
        ]
      } />
    )
  }
}

License

MIT © PandelisZ