26ec889111 | ||
---|---|---|
.. | ||
README.md | ||
index.js | ||
style.scss |
README.md
Button
This component creates simple reusable html <button></button>
element.
Usage
<Button
isSecondary
onClick={ this.onActivateClick }
disabled={ isLoading }
>
{ __( 'Activate', 'woocommerce' ) }
</Button>
Props
Name | Type | Default | Description |
---|---|---|---|
className |
String | null |
Additional class name to style the component |