diff --git a/.storybook/stories/MyKivaImpactInsightModal.stories.js b/.storybook/stories/MyKivaImpactInsightModal.stories.js new file mode 100644 index 00000000000..fd76957f3c9 --- /dev/null +++ b/.storybook/stories/MyKivaImpactInsightModal.stories.js @@ -0,0 +1,51 @@ +import MyKivaImpactInsightModal from '#src/components/MyKiva/ImpactInsight/MyKivaImpactInsightModal.vue'; + +export default { + title: 'MyKiva/ImpactInsight/ImpactInsightModal', + component: MyKivaImpactInsightModal, +}; + +const story = (args) => { + const template = (_args, { argTypes }) => ({ + props: Object.keys(argTypes), + components: { MyKivaImpactInsightModal }, + setup() { return { args }; }, + template: ` +