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 👽
- Host: GitHub
- URL: https://github.com/plushdohn/tailprops
- Owner: plushdohn
- Created: 2023-02-27T13:00:46.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2023-04-01T17:09:52.000Z (over 3 years ago)
- Last Synced: 2025-04-08T16:55:01.871Z (about 1 year ago)
- Topics: css, props, tailwind, tailwindcss
- Language: TypeScript
- Homepage: https://tailprops.dev
- Size: 392 KB
- Stars: 11
- Watchers: 2
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
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).