How to use Theme-UI with RedwoodJS

Hi All,

Wrote a quick post up about integrating Theme-UI with Redwood. Theme UI is a library for creating themeable user interfaces based on constraint-based design principles. I have been loving using it for Gatsby work and wanted to see if it worked with Redwood when I was doing the tutorial.

TLDR: Wrap your layout component in Redwood with the theme provider component from Theme-UI.

2 Likes

Thanks for creating this and posting it here @ehowey :rocket:

FYI: I also just linked here from this previous forum topic on CSS options (Theme UI was previously mentioned).

1 Like