1.0.10 • Published 7 years ago

react-uikit-typeahead v1.0.10

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

React-UIKit-Typeahead

A Typeahead component built for React with UIKit3 Check out the Demo

Installing

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} />
</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

1.0.10

7 years ago

1.0.9

7 years ago

1.0.8

7 years ago

1.0.7

7 years ago

1.0.6

7 years ago

1.0.5

7 years ago

1.0.4

7 years ago

1.0.3

7 years ago

1.0.2

7 years ago

1.0.1

7 years ago