/home/techb158/primomovers.ca/wp-content/themes/Divi/common/stories/branded-modal
NameSizeModeActions
fullmodal.stories.js10160644editdlrm
header.stories.js13680644editdlrm
modal.stories.js6650644editdlrm
Edit: /home/techb158/primomovers.ca/wp-content/themes/Divi/common/stories/branded-modal/modal.stories.js (665B)
// External dependencies. import React from 'react'; // Internal dependencies. import Modal from '@common-ui/branded-modal/modal'; export default { title: 'Branded Modal/Modal', component: Modal, argTypes: { animation: { control: 'boolean', }, }, args: { children: (

Modal Content

This is the default modal content. It can be replaced with any custom content.

), }, }; export const NoAnimation = { args: { animation: false, }, }; export const WithAnimation = { args: { animation: true, }, };