# Multi-Combobox

* **Component**: \<Comboboox/>
* **Path**: /components/shared/comboboox.tsx
* **Import**:

```typescript
import { Comboboox } from "@/components/shared/comboboox";
```

<figure><img src="https://865796172-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FntKe5sSLfvbHfpqI4xbm%2Fuploads%2FhUNng32nF1EpOrIEJXtl%2FCapture%20d%E2%80%99%C3%A9cran%202024-06-18%20145711.png?alt=media&#x26;token=88939311-68c1-48e9-9785-6d1bb4b8b150" alt=""><figcaption><p>Comboboox!</p></figcaption></figure>

The Multi-Combobox let you select an array of values from a combobox, it's actually implemented to quickly add multiple products to a collection.

{% hint style="info" %}
This is an unofficial "addon" to shadcn/ui's Combobox you can find [here](https://shadcnui-expansions.typeart.cc/docs/multiple-selector#google_vignette).
{% endhint %}
