FlareStart
HomeNewsHow ToSources
FlareStart

Where developers start their day. All the tech news & tutorials that matter, in one place.

Quick Links

  • Home
  • News
  • Tutorials
  • Sources
  • Privacy Policy

Connect

© 2026 FlareStart. All rights reserved.

Back to articles
Panda CSS Has a Free API You're Not Using
How-ToWeb Development

Panda CSS Has a Free API You're Not Using

via Dev.to ReactAlex Spinov4h ago

Panda CSS is a zero-runtime CSS-in-JS engine that generates atomic CSS at build time. It gives you the DX of styled-components with the performance of Tailwind. The Free APIs You're Missing 1. Recipes — Type-Safe Component Variants import { cva } from " styled-system/css " ; const button = cva ({ base : { display : " inline-flex " , alignItems : " center " , borderRadius : " lg " , fontWeight : " semibold " , transition : " all 0.2s " , }, variants : { visual : { solid : { bg : " blue.500 " , color : " white " , _hover : { bg : " blue.600 " } }, outline : { border : " 2px solid " , borderColor : " blue.500 " , color : " blue.500 " }, ghost : { color : " blue.500 " , _hover : { bg : " blue.50 " } }, }, size : { sm : { h : " 8 " , px : " 3 " , fontSize : " sm " }, md : { h : " 10 " , px : " 4 " , fontSize : " md " }, lg : { h : " 12 " , px : " 6 " , fontSize : " lg " }, }, }, defaultVariants : { visual : " solid " , size : " md " }, }); // <button className={button({ visual: "outline", s

Continue reading on Dev.to React

Opens in a new tab

Read Full Article
8 views

Related Articles

How-To

The Difference between `let`, `var` and `const`

Medium Programming • 4h ago

How-To

Circulation Metrics Framework for Living Systems

Medium Programming • 6h ago

Red Rooms makes online poker as thrilling as its serial killer
How-To

Red Rooms makes online poker as thrilling as its serial killer

The Verge • 8h ago

Don’t Know What Project to Build? Here Are Developer Projects That Actually Make You Better
How-To

Don’t Know What Project to Build? Here Are Developer Projects That Actually Make You Better

Medium Programming • 10h ago

Why Most Developers
Stay Broke
How-To

Why Most Developers Stay Broke

Medium Programming • 12h ago

Discover More Articles