Components

Link(SCSS)

Color and style variations for anchor links.

Version:4.0.3 View sourceChangelogReport issue
Install:yarn add @thumbtack/thumbprint-scss

The tp-link classes are used to style anchor tags.

Blue links are the most common link style. No CSS class is needed since the style is applied globally.

Learn more about Thumbtack on Facebook.

These links render as white text with an underline. They work well on dark backgrounds.

Learn more about Thumbtack on Facebook.

Links render as blue by default because of a global style applied to tags. This causes problems when wrapping multiple HTML elments in an anchor.

The tp-link--inherit class undoes the global styling, resetting the link style so that it inherits the parent element’s color.

You can use tp-button classes to create links that visaully look like buttons.

Take a look at the tp-button documentation for more examples.

Was this page helpful?

We use this feedback to improve the quality of our documentation.