action-button
v1.0.8arrow_drop_downstring
,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.
string
,number
,number
,JSX.Element
,function
JSX.Element
Renders a HTML Button element
string
The default class of the button.
number
Width of the button.
number
Height of the button.
JSX.Element
React Elements
function
onclick event function of the button.
JSX.Element
A `SuccessSecondaryButton` with a download icon.
string
,string
,number
,number
,object
,JSX.Element
,function
JSX.Element
Renders a round IconButton
.
string
The default class of the button.
string
Add extra class styles to overwrite default class.
number
Width of the button.
number
Height of the button.
object
Style Inline CSS styles for icon.
JSX.Element
React Elements
function
onclick event function of the button.
JSX.Element
A `RoundIconButton` with an _add_ icon.
string
,string
,number
,number
,string
,object
,object
,function
JSX.Element
Renders an icon and a text into an PrimaryButton
.
string
The default class of the button.
string
Add extra class styles to overwrite default class.
number
Width of the button.
number
Height of the button.
string
Text for the button.
object
Style Inline CSS styles for the button text.
object
Style Inline CSS styles for icon.
function
onclick event function of the button.
JSX.Element
A `TextIconButton` with an _add_ icon and _Add_ text.
string
,string
,number
,number
,object
,JSX.Element
,function
JSX.Element
Renders a round IconButton
.
string
The default class of the button.
string
Add extra class styles to overwrite default class.
number
Width of the button.
number
Height of the button.
object
Style Inline CSS styles for icon.
JSX.Element
React Elements
function
onclick event function of the button.
JSX.Element
A `RoundIconButton` with a _search_ icon.