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 want a solution that works with app dir (client components only but without FOUC), but I want to use the css and styled apis. Is it possible with this library?
The text was updated successfully, but these errors were encountered:
avin-kavish
changed the title
How to use with css and styles apis.
How to use with css and styled apis.
Sep 19, 2023
First and foremost, I must inform you that this design system is intended solely for building websites for the French public service. Although the code for this toolkit is under the MIT license, the underlying design system is not free to use.
Nevertheless, I'll address your question for future reference:
We offer comprehensive support for CSS-in-JS, supplying all the necessary tooling for color management, spacing, and media queries.
A demo is set up with Next Page Router enabled, along with Emotion SSR. You have the option to use the styled API or any other Emotion API.
Additionally, every component includes a classes prop, similar to MUI, that allows you to apply custom classes to sub-elements of the built-in components.
I want a solution that works with
app
dir (client components only but without FOUC), but I want to use thecss
andstyled
apis. Is it possible with this library?The text was updated successfully, but these errors were encountered: