literalpie / storybook-addon-rtl

Right-to-left addon for Storybook.
MIT License
0 stars 1 forks source link

Use Storybook Globals API #27

Open literalpie opened 2 weeks ago

literalpie commented 2 weeks ago

In storybook 8.3, the globals api was introduced. This seems like the perfect api to reduce the complexity of this addon.

A sketch of what I'm thinking:

literalpie commented 6 days ago

I think trying to keep compatibility with parameters will be annoying. We should just jump to 2.0 even though 1.0 isn't that old.

WIP branch