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

Don't render separators if there are no badges #15

Closed infe42 closed 8 months ago

infe42 commented 11 months ago

Actual Behaviour

The add-on always renders two separators (vertical bars), even if there are no badges to render.

Expected Behaviour

The add-on renders no (or only one) separator if there are no badges to render.


I don't know if there is a best practice regarding separators in storybook add-ons, but those two separators without content definitely look wrong.