Why
Currently addon-info shows component info in the preview pane alongside each story. This behavior differs from typical addons, that display their info in the addons panel.
Modifying the behavior to use the addons panel would make the addon available for react-native. It also means that addon-info can benefit from addon panel UI improvements in future versions of storybook-ui.
EDIT: It would also make the addon compatible with storyshots
What
Why
Currently
addon-infoshows component info in the preview pane alongside each story. This behavior differs from typical addons, that display their info in the addons panel.Modifying the behavior to use the addons panel would make the addon available for react-native. It also means that addon-info can benefit from addon panel UI improvements in future versions of
storybook-ui.EDIT: It would also make the addon compatible with
storyshotsWhat