You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'd like to create variants by simple variants: {} but in this case I don't know how to create boolean variants. Something like react-stitches.
Also it could create new version of visage component that has style generated on create and not on mount. In this case maybe it could offer extensibility but primitive usage should be as fast as possible (pregenerated CSS). The problem can be theme access through context, in this case we can render styles only on render.
Also we need to think about variant and prop stripping.
The text was updated successfully, but these errors were encountered:
Basically following is too verbose:
I'd like to create variants by simple
variants: {}
but in this case I don't know how to create boolean variants. Something like react-stitches.Also it could create new version of visage component that has style generated on create and not on mount. In this case maybe it could offer extensibility but primitive usage should be as fast as possible (pregenerated CSS). The problem can be theme access through context, in this case we can render styles only on render.
Also we need to think about variant and prop stripping.
The text was updated successfully, but these errors were encountered: