# Combobox

* **Component**: \<Combobox/>
* **Path**: /components/home/combobox.tsx
* **Import**:

```typescript
import { Combobox } from "@/components/home/combobox";
```

<div><figure><img src="https://865796172-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FntKe5sSLfvbHfpqI4xbm%2Fuploads%2FclgJx1eiW4EibhHmQ5Si%2FCapture%20d%E2%80%99%C3%A9cran%202024-06-18%20124433.png?alt=media&#x26;token=f0ff08d4-9b59-4c98-b105-b184e2b55c15" alt=""><figcaption><p>Combobox</p></figcaption></figure> <figure><img src="https://865796172-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2FntKe5sSLfvbHfpqI4xbm%2Fuploads%2F9ZZERwt4MFlTG6TnAGgr%2FCapture%20d%E2%80%99%C3%A9cran%202024-06-18%20124410.png?alt=media&#x26;token=db0adbd6-d604-4111-979c-a11497446de1" alt=""><figcaption><p>Mobile version</p></figcaption></figure></div>

The Combobox is a select box with additionnal search function.

On mobile it will trigger a Drawer from the bottom of the screen for a better UX.
