svelte-autocomplete-select

1.1.0 • Public • Published

svelte-autocomplete-select

package version package downloads standard-readme compliant package license make a pull request

Flexible, zero-dependency Autocomplete component for Svelte

Table of Contents

Demo

Check it out

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

  1. Fork it and create your feature branch: git checkout -b my-new-feature
  2. Commit your changes: git commit -am "Add some feature"
  3. Push to the branch: git push origin my-new-feature
  4. Submit a pull request

License

MIT

Package Sidebar

Install

npm i svelte-autocomplete-select

Weekly Downloads

110

Version

1.1.0

License

MIT

Unpacked Size

78.3 kB

Total Files

9

Last publish

Collaborators

  • tiaanduplessis