You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+16-8Lines changed: 16 additions & 8 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,17 +1,25 @@
1
1
# WindCtrl
2
2
3
-
> Next-generation styling library for Tailwind CSS
3
+
> Advanced variant API for Tailwind CSS with stackable traits and interpolated dynamic styles.
4
4
5
-
WindCtrl is a powerful styling library that evolves the concept of Variant APIs (like CVA) by introducing **Traits** for composable states and **Interpolated Variants** for dynamic values, all while maintaining a zero-runtime-dependency philosophy for style injection.
5
+
**WindCtrl** is a next-generation styling utility that unifies static Tailwind classes and dynamic inline styles into a single, type-safe interface.
6
+
7
+
It evolves the concept of Variant APIs (like [cva](https://cva.style/)) by introducing **Stackable Traits** to solve combinatorial explosion and **Interpolated Variants** for seamless dynamic value handling—all while maintaining a minimal runtime footprint optimized for Tailwind's JIT compiler.
6
8
7
9
## Features
8
10
9
-
- 🎨 **Unified API** - Hides the distinction between static Tailwind classes and dynamic inline styles
10
-
- 🧩 **Trait System** - Solves combinatorial explosion by treating states as stackable, non-exclusive layers
0 commit comments