-
Hi Cloudscape, I'm incredibly excited about the new feature |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
Hi @hiimnhan Basic idea is the following: you can provide custom values to a specific set of tokens to override default cloudscape styles. Theming page has more details as well as some code snippets Let me know if that helped. Thank you! |
Beta Was this translation helpful? Give feedback.
Hi @hiimnhan
Basic idea is the following: you can provide custom values to a specific set of tokens to override default cloudscape styles.
You can apply new theme in runtime or build our components with new styles.
Theming page has more details as well as some code snippets
To play around with different token values you can go to one of the demos, click on Theme button in the upper right corner and add your values.
You can also check this small codesandbox example with runtime theming.
Let me know if that helped.
Thank you!