Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@thoughtbot/tbds-button

Package Overview
Dependencies
Maintainers
5
Versions
61
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@thoughtbot/tbds-button - npm Package Compare versions

Comparing version 0.1.0-alpha.7b9df93c to 0.1.0-alpha.7ce0a7e3

documentation/example-1.html

4

package.json
{
"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/
SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc