芝麻web文件管理V1.00
编辑当前文件:/home/felaukpo/public_html/wp-content/themes/Divi/common/stories/branded-modal/fullmodal.stories.js
// External dependencies. import React from 'react'; // Internal dependencies. import CommonIcon from '@common-ui/common-icon/common-icon'; import Button from '@common-ui/controls/button/button'; import Header from '@common-ui/branded-modal/header'; import Modal from '@common-ui/branded-modal/modal'; export default { title: 'Branded Modal/Full Modal', component: Modal, }; export const FullModal = (args) => (
(
{}} >
)} />
Modal Content
This is the default modal content. It can be replaced with any custom content.
); FullModal.args = { animation: true, };