Socket
Socket
Sign inDemoInstall

@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

## Install


Version published
Weekly downloads
23
increased by27.78%
Maintainers
5
Weekly downloads
 
Created
Source

tbds Button

Install

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:

npm install --save @thoughtbot/tbds-button

Usage

tbds uses Sass. You can import a package's styles into your project like this:

@import "@thoughtbot/tbds-button/index";

Documentation

Default button

<button class="tbds-button" type="button">
  Button
</button>

Disabled button state

<button class="tbds-button" type="button" disabled>
  Button
</button>

Button with icon on the left

<button class="tbds-button" type="button">
  <svg class="tbds-button__icon tbds-button__icon--text-to-right"></svg>

  Button
</button>

Button with icon on the right

<button class="tbds-button" type="button">
  Button

  <svg class="tbds-button__icon tbds-button__icon--text-to-left"></svg>
</button>

FAQs

Package last updated on 04 May 2018

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

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