just-a-select

0.1.1 • Public • Published

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

Readme

Keywords

none

Package Sidebar

Install

npm i just-a-select

Weekly Downloads

0

Version

0.1.1

License

MIT

Unpacked Size

17.1 kB

Total Files

6

Last publish

Collaborators

  • pandelis