Skip to content

Files

Latest commit

Mar 26, 2025
56c3e8b · Mar 26, 2025

History

History
This branch is 35 commits behind v1/contrib.

uui-menu-item

uui-menu-item

npm

Umbraco style menu-item component.

See it in action

Preview the component on Storybook

Installation

ES imports

npm i @umbraco-ui/uui-menu-item

Import the registration of <uui-menu-item> via:

import '@umbraco-ui/uui-menu-item';

When looking to leverage the UUIMenuItemElement base class as a type and/or for extension purposes, do so via:

import { UUIMenuItemElement } from '@umbraco-ui/uui-menu-item';

Usage

<uui-menu-item></uui-menu-item>