-
Couldn't load subscription status.
- Fork 639
Closed
Labels
Description
Background
Primer React components can be rendered in many different themes. See the Theming for more details.
| Light | Dark |
|---|---|
![]() |
![]() |
In fact, one of the criteria for a component to be alpha is that "the component is compatible with color modes and can adapt to different themes."
Problem
We don't have an easy way to preview components in different themes in documentation examples and Storybook.
Tasks
- Implement a way to preview components in different themes in documentation examples Simple select button for colorschemes and themeswitcher component #1466
- Implement a way to preview components in different themes in Storybook add colormode and colorscheme toggles to storybook toolbar #1436

