React tip: Tired of manually wrapping React components just so you can add...


React tip: Tired of manually wrapping React components just so you can add styles?

Check out stylemapper.

With stylemapper, you call "styled", specify an element, and some styles, and it returns a styled React component.

Slick.

https://github.com/slicknode/stylemapper

#react

It even supports variants:

View original on X