type
Description
sets the type of the Two State buttonType
string
Example
<TwoState type={"primary"}>Click Me</TwoState>
Details
The following types of Two State Button are available:
'default'
'primary'
'secondary'
'danger'
'link'
There are also two types of a button block:
'primary block'
'secondary block'
Related article: Specifying the appearance of a button
Related sample: Two State Button