Menu Vertical

An animated vertical menu component that reveals a sliding arrow icon and animated text with optional skew.

Examples

Basic ussage with the default styles

Using custom color and skew

Uses a custom hover color and skew value for a more dynamic effect

Installation

npx shadcn@latest add "https://ui.rechesoares.com/registry/menu-vertical.json"

Component Props

PropTypeDefaultRequiredDescription
menuItemsMenuItem[]-YesAn array of menu items, each with a label (string) and href (string).
colorstring#ff6900NoOptional color used for the hover arrow and text.
skewnumber0NoOptional skew in degrees applied to the label on hover.