Installation
Add the package to your project
Package Manager
npm
pnpm
yarn
CDN
CDN Usage
Build Tools
Choose Your Method
Install via npm/pnpm/yarn for build tool integration, or use the CDN for quick prototyping and simple projects.
Zero Configuration
The component registers itself automatically when imported. No additional setup required.
Basic Usage
Your first multiselect component
HTML
HTML Structure
JavaScript
JavaScript API
Explanation
Member Properties
Use value-member and display-value-member to map object properties to the component.
Reactive API
Use getValue() and setSelected() to interact with the component programmatically.
Framework Integration
Svelte
React
Vue
Angular
Next Steps
📚 View Examples
Explore comprehensive examples showcasing all features and use cases.
View Examples →🎨 Styling Guide
Customize the appearance with 125+ CSS/SCSS variables and semantic color scales (accent/neutral).
Styling →