sapcc / juno

Monorepo for the Juno microfrontend framework, microfrontend apps, design system and component library
Apache License 2.0
5 stars 3 forks source link

[Storybook] component wrapper #473

Closed TilmanHaupt closed 7 months ago

TilmanHaupt commented 7 months ago

Added a the component JunoComponentParent for mdx files. The component allows the usage of tailwind classes for the child components while also handling theme changes.

fixes #472

added juno-red to allowlist #466

Implemented JunoComponentParent in the example page and color-page and reducing boilerplate code in the other ColorPalette.

TBD: Renaming the component to ComponentParent or ComponentWrapper