项目作者: Azayzel

项目描述 :
A React + UIKit3 TypeAhead Component
高级语言: JavaScript
项目地址: git://github.com/Azayzel/react-uikit-typeahead.git
创建时间: 2019-10-17T16:55:13Z
项目社区:https://github.com/Azayzel/react-uikit-typeahead

开源协议:MIT License

下载


React-UIKit-TypeAhead

A Typeahead component built for React with UIKit3



Installing

Install the package with npm or Yarn

  1. npm i react-uikit-typeahead --save
  2. or
  3. yarn add react-uikit-typeahead

Next, Import the Module and supply props

  1. import MultiSelect from "react-uikit-typeahead";
  2. ...
  3. <div class="uk-form-controls">
  4. <TypeAhead
  5. suggestions={this.state.typeAheadSuggestions}
  6. handleTypeAheadChange={this.handleTypeAheadChange} ></TypeAhead>
  7. </div>

Built With

Contributing

  • Coming Soon

Authors

  • Josh Lavely - Initial work *

See also the list of contributors who participated in this project.

License

This project is licensed under the MIT License - see the LICENSE.md file for details