danieldelcore / trousers

hooks-first CSS-in-JS library, focused on semantics and runtime performance
https://danieldelcore.github.io/trousers/
MIT License
302 stars 6 forks source link

There is currently no way to use trousers via `react create element` #89

Open danieldelcore opened 3 years ago

danieldelcore commented 3 years ago

For example, using

React.createElement('h2', { css: ohNo }, children);

Consider providing a ClassName style component