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
Then you need to wire up the FaencyProvider which will hold the context with the Theme configuration and everything global that the components will need to work well.
23
+
#### Using Stitches Components (Current)
24
+
25
+
Wire up the FaencyProvider which will hold the context with the Theme configuration:
24
26
25
27
> The provider accepts one parameter besides the `children`, which is the `primaryColor`, that will be used to build the colors used on the Theme. This color can be one of the colors exported by the `Stitches` config, just by adding `$` as a prefix, or can be any string that represents a CSS color.
> **Note**: Vanilla Extract components use static CSS generated at build time, providing better performance than runtime CSS-in-JS. Components with the `Vanilla` suffix (e.g., `BadgeVanilla`, `BoxVanilla`) require the CSS import above.
75
+
47
76
## How to contribute
48
77
49
-
- Make sure you have Node 12+, or if you prefer, you can work in a Docker container:
78
+
- Make sure you have Node 18+, or if you prefer, you can work in a Docker container:
0 commit comments