geometricpanda / storybook-addon-badges

An addon for Storybook which allows the addition of badges to your Stories
https://geometricpanda.github.io/storybook-addon-badges/
MIT License
9 stars 7 forks source link

allow badge to be consumed via MDX #9

Closed geometricpanda closed 1 year ago

geometricpanda commented 1 year ago

investigate ability to consume the Badge component within an MDX file

geometricpanda commented 1 year ago

After investigation, i'm afraid that components used in a MDX cant inherit context from the main Storybook without some pretty ugly config changes