Panda CSS - Build modern websites using build time and type-safe CSS-in-JS
CSS-in-JS with build time generated styles, RSC compatible, multi-variant support, and best-in-class developer experienceWrite type-safe styles with ease using$npm i -D @pandacss/devStyling library you’ll enjoy using 🐼import { css } from "./styled-system/css";import { circle, stack } from "./styled-system/patterns";function App() { return ( <div className={stack({ direction: "row", p: "4" })}> <div className={circle({ size: "5rem", overflow: "hidden" })}> <img src="https://via.p...
Read more at panda-css.com