An open API service indexing awesome lists of open source software.

https://github.com/plushdohn/tailprops

Empower components with custom props for Tailwind styles 👽
https://github.com/plushdohn/tailprops

css props tailwind tailwindcss

Last synced: 10 months ago
JSON representation

Empower components with custom props for Tailwind styles 👽

Awesome Lists containing this project

README

          




Empower your framework's components with custom props for Tailwind styles.

---

> **Warning**
>
> Tailprops is just starting to form. It is not yet ready for production use. We appreciate you tinkering with it, feel free to provide feedback to make it better for everyone.

## Overview

Tailprops is a set of tools that allow you to write Tailwind classes in this way:

```jsx


```

It works as a compile step, hooking into your bundler and transforming the props into the actual Tailwind classes.

## Docs

The full documentation is available at [tailprops.dev](https://tailprops.dev).