Grafana-UI: add storysource addon to Storybook (#22490)

* Add @storybook/addon-storysource

* Enable the addon

* Fix Select label

* Lock storysource version
This commit is contained in:
Alex Khomenko
2020-02-28 18:44:18 +02:00
committed by GitHub
parent 0c020f222e
commit a8531978b6
4 changed files with 209 additions and 2 deletions

View File

@@ -5,5 +5,6 @@ module.exports = {
'@storybook/addon-actions',
'@storybook/addon-docs',
'storybook-dark-mode/register',
'@storybook/addon-storysource',
],
};