JoJk0 / storybook-addon-vue-slots

Vue slots support for Storybook.js
MIT License
17 stars 6 forks source link

Slot prop support? #16

Open amcjen opened 9 months ago

amcjen commented 9 months ago

Love this add-on, but really need to support slot props for proper coverage of our complex components. (Unless I'm missing something and this is already possible?)

Any chance we can get slot props from the Component-under-test down to its slotted children?

JoJk0 commented 9 months ago

Love this add-on, but really need to support slot props for proper coverage of our complex components. (Unless I'm missing something and this is already possible?)

Any chance we can get slot props from the Component-under-test down to its slotted children?

Hi @amcjen, it's not supported at the moment, I'll have a look at the issue over the weekend, thanks 🙂

amcjen commented 9 months ago

Awesome, thank you so much!