docs: assess Panda CSS
This commit is contained in:
committed by
Stefan Rotsch
parent
fb48e8d71a
commit
955bea17d2
22
radar/2024-06-01/panda-css.md
Normal file
22
radar/2024-06-01/panda-css.md
Normal file
@@ -0,0 +1,22 @@
|
|||||||
|
---
|
||||||
|
title: "Panda CSS"
|
||||||
|
ring: assess
|
||||||
|
quadrant: languages-and-frameworks
|
||||||
|
tags: [frontend, styling]
|
||||||
|
---
|
||||||
|
|
||||||
|
[Panda CSS](https://panda-css.com/) is a feature-rich and highly versatile [CSS-in-JS](../methods-and-patterns/css-in-js.html) library that generates CSS at build time. It provides a great developer experience without the disadvantages of runtime libraries. It is framework-agnostic, but unlike Stylex and Vanilla Extract, it provides JSX-specific features like the `styled` function and style props on top of it.
|
||||||
|
|
||||||
|
### Key Features:
|
||||||
|
- Compatible with [React Server Components](../methods-and-patterns/react-server-components.html)
|
||||||
|
- No performance disadvantages compared to runtime libraries
|
||||||
|
- Highly versatile:
|
||||||
|
- Recipes and variants like Stitches
|
||||||
|
- Framework-agnostic
|
||||||
|
- `styled` function to create UI components like Stitches
|
||||||
|
- Style props like styled-system
|
||||||
|
- Utility classes like Tailwind
|
||||||
|
- W3C-compliant design system with tokens and utilities support
|
||||||
|
- Fully typed API
|
||||||
|
|
||||||
|
With comprehensive documentation and great community support from the Chakra UI Team, we see a lot of potential for it to become one of the best CSS-in-JS libraries in the future.
|
||||||
Reference in New Issue
Block a user