kobaltedev / kobalte

A UI toolkit for building accessible web apps and design systems with SolidJS.
https://kobalte.dev
MIT License
1.27k stars 71 forks source link

Integration of Kobalte with Macaron.js: Is it Possible to Use Them Together? #219

Closed Yvictor closed 1 year ago

Yvictor commented 1 year ago

Is your feature request related to a problem? Please describe. I would like to know if it's possible to integrate Kobalte with Macaron.js.

Describe the solution you'd like I would like to understand if Kobalte and Macaron.js can work together seamlessly.

Describe alternatives you've considered As an alternative, I have considered using vanilla extract. Since you have mentioned that the vanilla extract has been provided, I am also open to exploring that option. However, I am specifically interested in understanding the compatibility and potential integration between Kobalte and Macaron.js to assess if it aligns better with my project requirements.

Additional context I am looking for information regarding the compatibility and potential integration of Kobalte and Macaron.js. Any insights, recommendations, or known issues would be greatly appreciated. Thank you!

fabien-ml commented 1 year ago

Hi, Kobalte has no opinion about how you add CSS.

The library is not couple to a specific styling solution.

You can use macaron components with Kobalte, and style Kobalte components with macaron. However I don't know if you can use styled() and pass it a Kobalte component directly or if it accept only strings.