Input Controls
npm install sg-inputs> Input Controls
 
``bash`
npm install --save sg-inputs
`jsx
import React, { Component } from 'react';
import {Dropdown} from 'sg-inputs';
class Example extends Component {
dropdownChange(value){
console.log(value);
}
render () {
const items = [{id:1,text:'text'},{id:2,text:'text 2'}];
return (
MIT © [](https://github.com/)