Constructor
# new SecretButton(props)
Parameters:
Name | Type | Attributes | Description |
---|---|---|---|
props |
SecretButtonProps
|
Component properties |
|
action |
ButtonActions
|
Action to perform(singIn, singUp) |
|
className |
string
|
<optional> |
classname applied to button root |
disableLoadingIndicator |
boolean
|
<optional> |
Disable the loading indicator |
isDisabled |
boolean
|
<optional> |
Is disabled |
label |
string
|
<optional> |
Label for input |
name |
string
|
Name of the input |
|
onClick |
function
|
<optional> |
on click handler to get back response |
onLoadComplete |
onLoadCompleteCallback
|
<optional> |
Callback when component is ready |
styles |
CSS.Properties
|
<optional> |
Style applied to the button |