dropdown
v0.0.5arrow_drop_down
string
,string
,string
,string
,object
,string
,object
,object
,JSX.Element
,function
JSX.Element
Renders a HTML Button element and a dropdown list into a parent container;
string
The default class of the button.
string
Add extra class styles to overwrite default class.
string
Add extra class styles to overwrite default class of the dropdown list.
string
Text for the button.
object
Style Inline CSS styles for the button text.
string
Google Material Icon for the button.
object
Style Inline CSS styles for icon.
object
Style Inline CSS styles for the dropdown list.
JSX.Element
HTML list elements such as <li></li>
, <ol></ol>
,
<option></option>
rendered as dropdown list elements.
function
onclick event function of the button.
JSX.Element
A `button` and a dropdown list toggled by the `button`.
string
,string
,string
,string
,object
,string
,object
,object
,JSX.Element
,function
JSX.Element
Renders a HTML Button element and a dropdown list into a parent container;
string
The default class of the button.
string
Add extra class styles to overwrite default class.
string
Add extra class styles to overwrite default class of the dropdown list.
string
Text for the button.
object
Style Inline CSS styles for the button text.
string
Google Material Icon for the button.
object
Style Inline CSS styles for icon.
object
Style Inline CSS styles for the dropdown list.
JSX.Element
HTML list elements such as <li></li>
, <ol></ol>
,
<option></option>
rendered as dropdown list elements.
function
onclick event function of the button.
JSX.Element
A `SelectButton` and dropdown list with a different CSS styling.