Combobox

Easily select categories with search and responsive abilities.

  • Component: <Combobox/>

  • Path: /components/home/combobox.tsx

  • Import:

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

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.

Last updated