CSS and Sass mixins for building Thumbtack UI
No description provided.
Global reset, body, and anchor styling for building Thumbtack UI
Atomic classes for building Thumbtack UI
This package contains the SCSS and Handlebar partials that make up the components used in emails at Thumbtack.
This package is a collection of codemods that assist with breaking changes in Thumbprint.
Design variables that power Thumbtack’s UI.
MCP connector for Thumbtack home services marketplace
👉 https://hyper.fun/c/fa-thumbtack/1.3.0
Formik bindings for @thumbtack/thumbprint-react
React components for building UIs with Thumbprint
No description provided.
[See this package's source](https://github.com/thumbtack/thumbprint/blob/master/packages/tp-ui-utility-margin/_index.scss) for a full list of margin options.
Padding helper classes based on our spacing unit. See the [`tp-ui-utility-padding` source](https://github.com/thumbtack/thumbprint/blob/master/packages/tp-ui-utility-padding/_index.scss) for a full list of available classes.
When using margin or padding vales in your Sass use the `tp-spacer(N)` function where N is an increment of `0.5`. Our base spacer unit is `8px`.
Thumbtack's custom ESLint Rules
You can use `tp-grid` to lay out inputs within a form.
Helpful SCSS mixins for using media queries and setting breakpoints. These mixins are commonly used alongside [variables from Thumbprint Tokens](/tokens/) but do support arbitrary pixel values.
### Default
### Default (Left)
Here are a few tips for using checkboxes:
The `tp-link` classes are used to style anchor tags.
```html <label class="tp-label" for="example-basic-textarea">Business description</label> <textarea class="tp-textarea" id="example-basic-textarea" placeholder="Tell us about your business" /> ```
```html <div class="tp-background--blue" style="height: 70px"></div> ```