Multiple Select

Multiple Select is an interface component that enables the selection of multiple values, commonly used for tagging, filtering, or categorization.

Example

Usage

Installation

Install following dependencies:

npm install react-aria-components tw-animate-css tailwindcss-react-aria-components class-variance-authority lucide-react clsx tailwind-merge motion

Add cn helper using clsx and twMerge for conditional class merging in Tailwind components.

lib/utils.ts

Copy and paste the following code into your project.

components/ui/core/multiple-select.tsx
npx libravelui@latest add multiple-select

Anatomy

import { MultipleSelect } from "@/components/ui/core/multiple-select";
<MultipleSelect<(typeof genres)[number]>
  items={genres}
  value={selected}
  onChange={setSelected}
  label="Genres"
  placeholder="Select genres"
  inputPlaceholder="Search genres..."
  className="min-w-64"
/>

Props

Loading types…

Accessible React component library to copy, customize, and own your UI. Built for Next.js, Vite, and Laravel.

Crafted by dervyon. Peep the Source Code on GitHub.

Hosted on Vercel. The source code's got the MIT license.

2025 - 2026 · LibravelUI

Starter Kits

Templates

    Coming Soon

Labs