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
+4-5Lines changed: 4 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,8 +1,9 @@
1
1
# react-classmate
2
2
3
-
A tool for managing React component class names, variants and styles with the simplicity of styled-components and cva. Designed and tested for use with utility-first CSS libraries and SSR/SSG frameworks.
See it in action: [https://react-classmate.dev/](https://react-classmate.dev/)
6
+
A tool for managing React component class names, variants and styles with the simplicity of styled-components and cva. Designed and tested for use with utility-first CSS libraries and SSR/SSG frameworks.
6
7
7
8
## 🚩 Transform this
8
9
@@ -45,11 +46,9 @@ const ButtonBase = rc.button`
45
46
- Dynamic styles
46
47
- TypeScript support
47
48
- Tested with SSR Frameworks
49
+
- Compatible with UI-libraries ([DaisyUI](https://daisyui.com/), [Flowbite](https://flowbite.com/), [Radix UI](https://www.radix-ui.com/))
0 commit comments