Forms

Multi Select

A select that lets the user pick multiple options — with built-in search, a selected count and select all / reset actions.

Import

import { MultiSelect } from "@countryclub/ui-react";

Default

Checked items show in the trigger as a count — pass supportingText for extra context next to it.

Small

A compact trigger via size="sm".

Medium

The default size ("default").

Large

A roomier trigger via size="lg".

Disabled

Pass disabled to make the whole multi-select non-interactive.