Formssrc/components/ui/select.tsx

Select

A custom select menu for choosing one option.

Preview

Installation

Copy the component source into your project with `degit`. This port is intentionally not distributed as an npm package.

bunx degit https://github.com/LiasCode/shadcn-preact/src/components/ui#main ./src/components/ui

Usage

import { Select } from "@/components/ui/select"

export function Example() {
  return <Select>Select</Select>
}

API Reference

ExportPurpose
SelectComposable part exported by `@/components/ui/select`.