A React + UIKit3 TypeAhead Component
A Typeahead component built for React with UIKit3
Install the package with npm or Yarn
npm i react-uikit-typeahead --save
or
yarn add react-uikit-typeahead
Next, Import the Module and supply props
import MultiSelect from "react-uikit-typeahead";
...
<div class="uk-form-controls">
<TypeAhead
suggestions={this.state.typeAheadSuggestions}
handleTypeAheadChange={this.handleTypeAheadChange} ></TypeAhead>
</div>
See also the list of contributors who participated in this project.
This project is licensed under the MIT License - see the LICENSE.md file for details