Dropdown
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
Description | Specifies the distance of the context menu from the button. |
Attribute | offset |
Type | number |
Default | 0 |
placement
Description | Specifies the location of the hint after the value is copied. |
Attribute | placement |
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 |
Default | undefined |
Eventy
No events available for this component.
Metódy
No public methods available for this component.
CSS Shadow Parts
Name | Description |
---|---|
native | Refers 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.