storybook-addon-root-attribute
storybook-addon-root-attribute copied to clipboard
Storybook addon, which provide ability to change html, body or some element attribute
Results
2
storybook-addon-root-attribute issues
Sort by
recently updated
recently updated
newest added
Thanks for creating this beautiful addon. One use case, `Root attribute` tab gets added to the Storybook panel but there is no way I could set the title for it....
Hi, Is there a way to get the currently selected value of root attribute from within a template? Something like: ```tsx ... rootAttribute: { defaultState: { name: "Dark", value: "dark"...