Socket
Book a DemoInstallSign in
Socket

svelte-autocomplete-select

Package Overview
Dependencies
Maintainers
1
Versions
9
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install
Package version was removed
This package version has been unpublished, mostly likely due to security reasons

svelte-autocomplete-select

Flexible, zero-dependency Autocomplete component for Svelte

unpublished
npmnpm
Version
1.1.1
Version published
Weekly downloads
97
86.54%
Maintainers
1
Weekly downloads
 
Created
Source

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

  • 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

Keywords

svelte

FAQs

Package last updated on 24 Nov 2025

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts