Skip to content

PandelisZ/just-a-select

Repository files navigation

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

About

Simply as pie react select with no fancy anything and no features

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published