1.0.6 • Published 8 years ago

planett-select v1.0.6

Weekly downloads
2
License
MIT
Repository
github
Last release
8 years ago

Planett Select

Install

  npm install planett-select --save

Example

  import React from 'react';
  import ReactDOM from 'react-dom';
  import Select from 'planett-select';

  (() => {
    ReactDOM.render(
      <Select>
        <option>1</option>
        <option>2</option>
        <option>3</option>
      </Select>,
      document.getElementById('root')
    );  
  })();
1.0.6

8 years ago

1.0.5

8 years ago

1.0.4

8 years ago

1.0.3

8 years ago

1.0.2

8 years ago

1.0.1

8 years ago

1.0.0

8 years ago