Menu Label

Menu labels are used to describe a group of menu items.

Doctors Doctor 1 Doctor 2 Doctor 3 Nurses Nurse 1 Nurse 2 Nurse 3
import '@ods/components/web.menu-label';

Note: You only need to import a web component once in your code, as it registers itself globally when defined, allowing you to use it anywhere within your application without needing to re-import it each time you want to use the component.

Slots

NameDescription
(default)The menu label's content.

Parts

NameDescription
baseThe component's base wrapper.

Search