How to use storybook-addon-vue-info - 1 common examples

To help you get started, we’ve selected a few storybook-addon-vue-info examples, based on popular ways it is used in public projects.

Secure your code as it's written. Use Snyk Code to scan source code in minutes - no build needed - and fix issues immediately.

github Waavi / vue-wcharts / .storybook / config.js View on Github external
theme: {
            brandTitle: 'WAAVI',
            brandUrl: 'https://waavi.com',
            brandImage: 'https://i.imgur.com/B5rSlPn.png',
        },
        // Doc: https://github.com/storybooks/storybook/tree/master/addons/options
        addonPanelInRight: true,
    },
    // Doc: https://github.com/storybooks/storybook/tree/master/addons/backgrounds
    backgrounds: [
        { name: 'Dark Mode', value: '#333333' },
        { name: 'Gray Mode', value: '#e1e1e1' },
    ],
})

addDecorator(withInfo({}))
addDecorator(withKnobs)

configure(loadStories, module)

storybook-addon-vue-info

Storybook addon that shows Vue component information

MIT
Latest version published 4 years ago

Package Health Score

42 / 100
Full package analysis

Popular storybook-addon-vue-info functions