Skip to main content

Dropdown

shadow

Dropdown element slúži na zobrazenie kontextového menu po kliknutí na tlačidlo. Umožňuje používateľovi zvoliť jednu z preddefinovaných možností. Obsahuje element Button, ktorý funguje ako aktivátor a element Menu s obsahom v podobe jednotlivých položiek MenuItem..

Základné použitie

Atribúty a Vlastnosti

offset

DescriptionSpecifies the distance of the context menu from the button.
Attributeoffset
Typenumber
Default0

placement

DescriptionSpecifies the location of the hint after the value is copied.
Attributeplacement
Type"bottom" | "bottom-end" | "bottom-start" | "left-bottom" | "left" | "left-top" | "right-bottom" | "right" | "right-top" | "top" | "top-end" | "top-start" | string & Record<never, never> | undefined
Defaultundefined

Eventy

No events available for this component.

Metódy

No public methods available for this component.

CSS Shadow Parts

NameDescription
nativeRefers to the div element inside the dropdown

CSS Custom Vlastnosti

No CSS custom properties available for this component.

Sloty

No slots available for this component.