Dropdown
A customizable dropdown menu component with trigger, selectable items, and more.
Dropdown Example
Props
Dropdown
trigger: React.ReactNode, items: DropdownItem[], className?: string, dark: boolean📦 Required Dependency
This component requires the react-icons package for the external link icon.
Install it with: npm install react-icons