Drop Down Button
constructor(id: String, text: String, icon: String? = null, style: ButtonStyle = ButtonStyle.PRIMARY, disabled: Boolean = false, forNavbar: Boolean = false, forDropDown: Boolean = false, autoClose: AutoClose = AutoClose.TRUE, arrowVisible: Boolean = false, className: String? = null)
Parameters
id
the id of the element
text
the dropdown button text
icon
the icon of the dropdown button
style
the style of the dropdown button
disabled
determines if the component is disabled on start
for Navbar
determines if the component will be used in a navbar
for Drop Down
determines if the component will be used in a dropdown
auto Close
the auto closing mode of the dropdown menu
class Name
CSS class names