Dropdown Menu

A Dropdown Menu component is a UI element that allows users to select an option from a list that appears when the user clicks or hovers over a button or link. This component helps save space on the interface by displaying additional options only when needed. Dropdown menus are commonly used for navigation, settings, or forms, enabling users to choose from multiple choices in a clean and organized manner.
# Demo

Demo Coming Soon

Menu examples will be available soon.

# Usage
# Attributes
NameTypeDefaultDetails
sizeMenuSizeOptionalSize of the menu.
titleReact.ReactNodeOptionalTitle for the menu.
side'top' | 'bottom' | 'right' | 'left'OptionalSide where menu appears.
align'start' | 'end' | 'center'OptionalAlignment of the menu.
classNamestring' 'You can customise by passing tailwind classes.
triggerClassNamestring' 'You can customise by passing tailwind classes.
titleClassNamestring' 'You can customise by passing tailwind classes.
triggerReact.ReactNodeRequiredTrigger element for the menu.
childrenReact.ReactNodeRequiredMenu content.