@thoughtbot/tbds-button
Advanced tools
Comparing version 0.1.0-alpha.7b9df93c to 0.1.0-alpha.7ce0a7e3
{ | ||
"name": "@thoughtbot/tbds-button", | ||
"version": "0.1.0-alpha.7b9df93c", | ||
"version": "0.1.0-alpha.7ce0a7e3", | ||
"license": "MIT", | ||
"dependencies": { | ||
"@thoughtbot/tbds-support": "0.1.0-alpha.7b9df93c" | ||
"@thoughtbot/tbds-support": "0.1.0-alpha.7ce0a7e3" | ||
} | ||
} |
@@ -5,2 +5,5 @@ # tbds Button | ||
tbds packages are distributed through [npm]. You can install `tbds-button` | ||
and add it as a dependency to your project's by running this command: | ||
``` | ||
@@ -12,2 +15,5 @@ npm install --save @thoughtbot/tbds-button | ||
tbds uses [Sass][sass]. You can import a package's styles into your project | ||
like this: | ||
```scss | ||
@@ -27,2 +33,10 @@ @import "@thoughtbot/tbds-button/index"; | ||
### Disabled button state | ||
```html | ||
<button class="tbds-button" type="button" disabled> | ||
Button | ||
</button> | ||
``` | ||
### Button with icon on the left | ||
@@ -47,1 +61,4 @@ | ||
``` | ||
[npm]: https://www.npmjs.com/ | ||
[sass]: http://sass-lang.com/ |
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
2978
6
61
+ Added@thoughtbot/tbds-support@0.1.0-alpha.7ce0a7e3(transitive)
- Removed@thoughtbot/tbds-support@0.1.0-alpha.7b9df93c(transitive)