Theme Override Examples #128
-
Hi folks, Really impressed with the Cloudscape system and out of the box components; especially the level of thought and detail in the accessibility control and access. I have have a read through the documentation on design tokens and theme updating but having some general issues trying to get a PoC up and running to demonstrate this capability. Is there a sandbox/playground of this in action at all? Or an existing implementation I can cast an eye over? Much appreciated! |
Beta Was this translation helpful? Give feedback.
Replies: 5 comments 4 replies
-
Hello Bryce! Thank you for the nice words, we're glad you're enjoying our design system. Have you had a look at our Theming article? Hopefully it has the information you're looking for - let me know if it helped! Also, you mentioned you are having "having some general issues trying to get a PoC up and running", do you want to share which issues you're currently experiencing? Thank you, |
Beta Was this translation helpful? Give feedback.
-
Hi @rubencarvalho (since I saw you answer this question), I already take a look on the Theming article but still have some confusion:
1.1 Is components the same with the components folder (app components)?
and what is the purpose of
but nothing happens (I already ran Context: Nextjs 12 with Please help |
Beta Was this translation helpful? Give feedback.
-
Make sure you also import from the new 'themed' components instead of just @cloudscape-design/components:
|
Beta Was this translation helpful? Give feedback.
-
Hi all- first off, just wanted to say how much I appreciate the work that's gone into this. It's been fantastic to use. Quick question on theming the TopNavigation component- I'm not seeing an option to change the background color of this component. Is there one available and I'm just missing it? I've tried just about every relevant option in the "top-navigation visual context" section of the demo to no avail. |
Beta Was this translation helpful? Give feedback.
-
I've applied the theme but now while building the app, I am getting error
However in file |
Beta Was this translation helpful? Give feedback.
Hello Bryce!
Thank you for the nice words, we're glad you're enjoying our design system.
Have you had a look at our Theming article? Hopefully it has the information you're looking for - let me know if it helped!
Also, you mentioned you are having "having some general issues trying to get a PoC up and running", do you want to share which issues you're currently experiencing?
Thank you,
RC