I made a series of extension libraries to vanilla-extract #1320
kasper573
started this conversation in
Show and tell
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Hello! I made a series of extension libraries to vanilla-extract. There's more information and code examples available in each package readme. Would love some feedback!
vanilla-extract-constrained
Create constrained versions of vanilla extract primitives like style, globalStyle and keyframes. Designed help enforce a workflow where all styles must use explicitly permitted css properties and values.
vanilla-extract-recipe-factory
Create your own recipe function, but control exactly how styles are compiled.
react-styled-factory
Easily create typesafe styled React components without having to do the type and props wiring. Intended (but not limited) to be used together with Sprinkles or vanilla-extract-constrained
Showcase
While these packages can be used independently, they also integrate really well with each other. This showcase demonstrates how they can all be used together.
Beta Was this translation helpful? Give feedback.
All reactions