cf-component-button
Advanced tools
Comparing version 6.1.4 to 6.1.5
@@ -6,2 +6,10 @@ # Change Log | ||
<a name="6.1.5"></a> | ||
## [6.1.5](http://stash.cfops.it:7999/www/cf-ux/compare/cf-component-button@6.1.4...cf-component-button@6.1.5) (2017-09-27) | ||
**Note:** Version bump only for package cf-component-button | ||
<a name="6.1.4"></a> | ||
@@ -8,0 +16,0 @@ ## [6.1.4](http://stash.cfops.it:7999/www/cf-ux/compare/cf-component-button@6.1.3...cf-component-button@6.1.4) (2017-09-25) |
{ | ||
"name": "cf-component-button", | ||
"description": "Cloudflare Button Component", | ||
"version": "6.1.4", | ||
"version": "6.1.5", | ||
"main": "lib/index.js", | ||
@@ -6,0 +6,0 @@ "module": "es/index.js", |
@@ -6,5 +6,8 @@ # cf-component-button | ||
## Installation | ||
Installation with yarn is recommended | ||
```sh | ||
$ npm install cf-component-button | ||
$ yarn add cf-component-button | ||
``` | ||
@@ -39,2 +42,12 @@ | ||
</Button> | ||
<Button type="dangerOutline" onClick={() => console.log('Clicked Six!')}> | ||
Button Six | ||
</Button> | ||
<Button | ||
type="default" | ||
loading | ||
onClick={() => console.log('Clicked Loading!')} | ||
> | ||
Button Seven | ||
</Button> | ||
</ButtonGroup> | ||
@@ -45,2 +58,5 @@ </div> | ||
export default ButtonComponent; | ||
``` | ||
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
43797
60