Dropdowns
Introduction
abp-dropdown
is the main container for dropdown content.
Basic usage:
Demo
See the dropdown demo page to see it in action.
Attributes
direction
A value indicates which direction the dropdown buttons will be displayed to. Should be one of the following values:
Down
(default value)Up
Right
Left
dropdown-style
A value indicates if an abp-dropdown-button
will have split icon for dropdown. Should be one of the following values:
Single
(default value)Split
Menu items
abp-dropdown-menu
is the main container for dropdown menu items.
Basic usage:
Attributes
align
A value indicates which direction abp-dropdown-menu
items will be aligned to. Should be one of the following values:
Start
(default value)End
Additional content
abp-dropdown-menu
can also contain additional HTML elements like headings, paragraphs, dividers or form element.
Example: