interface DropdownProps

Dropdown props

Properties

optional
id: string

Unique identifier for the dropdown (used for CSS targeting)

Dropdown variant

Menu alignment

optional
class: string

Additional CSS classes for the container

optional
menuClass: string

Additional CSS classes for the menu

Usage

import { type DropdownProps } from ".";