pocka / storybook-addon-vue-info

Info addon for Vue components
https://storybook-addon-vue-info.netlify.com/?path=/story/examples-basic-usage--simple-example
MIT License
164 stars 28 forks source link

Props name can show with '-' connection ? #122

Closed zhnoah closed 4 years ago

zhnoah commented 4 years ago

Is your feature request related to a problem? Please describe.

.vue file

...
props: {
  addonTooltip: String
}
...

info panel

NAME TYPE DEFAULT DESCRIPTION
addon-tooltip string

Describe the solution you'd like

Can an option be implemented?

setDefaults({
    useHyphen: true
});

Feasible?

Describe alternatives you've considered A clear and concise description of any alternative solutions or features you've considered.

Additional context Add any other context or screenshots about the feature request here.

pocka commented 4 years ago

Yes, and we should implement it!