svelte-autocomplete-select
v1.1.0
Published
Flexible, zero-dependency Autocomplete component for Svelte
Downloads
185
Maintainers
Readme
svelte-autocomplete-select
Flexible, zero-dependency Autocomplete component for Svelte
Table of Contents
Demo
Usage
<script>
import AutocompleteSelect from "svelte-autocomplete-select";
</script>
<AutocompleteSelect
options={["Option 1", "Option 2", "Option 3", "Option 4"]}
onSubmit={console.log}
placeholder="Basic"
/>
Install
This project uses node and npm.
$ npm install svelte-autocomplete-select
$ # OR
$ yarn add svelte-autocomplete-select
Credits
This package is based on simply-svelte-autocomplete
Contribute
- Fork it and create your feature branch:
git checkout -b my-new-feature
- Commit your changes:
git commit -am "Add some feature"
- Push to the branch:
git push origin my-new-feature
- Submit a pull request
License
MIT