-
Beginner here, I would like to know how to use flex color package together with shadcn UI package. |
Beta Was this translation helpful? Give feedback.
Answered by
nank1ro
Mar 4, 2025
Replies: 1 comment 2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
FlexColorScheme is used to style the Material
ThemeData
. You can't use it to style theShadThemeData
.That's why in the explanation the FlexColorScheme is used in the
materialThemeBuilder
.Additionally, FlexColorScheme solves many issues developers encounter in the material theming, on shadcn_ui everything should be straightforward.