If you're building custom dropdowns, multi-selects, or autocomplete inputs with Mantine, this skill walks you through the Combobox primitives that power all the built-in select components. You'll learn the three-step pattern: create a store with useCombobox, wire up the Target/Dropdown/Option structure, and handle submissions. The references cover different target types for buttons versus inputs, searchable variants, pills for multi-select, and custom option rendering. It's lower-level than reaching for Select or Autocomplete directly, but that's the point when you need something those components don't offer out of the box.
npx skills add https://github.com/mantinedev/skills --skill mantine-combobox