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
{{ message }}
This repository was archived by the owner on Feb 19, 2025. It is now read-only.
Theming is a really important part of a colorful application.
pigment-core can be easily plugged in most css-in-js platforms, to demonstrate this, a good example would be implementing a react-native (expo) example with typescript that uses @emotion/native@next and some base components that can be tweaked depending on the color setup.
The user can pick three different theme modes:
Complementary
Analogous
Triadic
The whole theme is generated from one base color.
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Theming is a really important part of a colorful application.
pigment-core can be easily plugged in most css-in-js platforms, to demonstrate this, a good example would be implementing a react-native (expo) example with typescript that uses @emotion/native@next and some base components that can be tweaked depending on the color setup.
The user can pick three different theme modes:
The whole theme is generated from one base color.
The text was updated successfully, but these errors were encountered: