wix-style-react
Version:
50 lines (49 loc) • 1.08 kB
JavaScript
export default {
description:
'Use this component together with to display content in this layout. You may place a title and/or a footer with actions relevant to the displayed content.',
featureExamples: [
{
title: 'Plain Example',
description:
'A simple example with short content and buttons in the footer.',
example: '_plain',
},
{
title: 'Title',
description: ``,
example: '_title',
},
{
title: 'Sticky Title',
description: ``,
example: '_stickyTitle',
},
{
title: 'Footer',
description: ``,
example: '_footer',
},
{
title: 'Sticky Footer',
description: ``,
example: '_stickyFooter',
},
{
title: 'Close Button',
description: ``,
example: '_closeButton',
},
],
commonUseCaseExamples: [
{
title: 'Default Template',
description: ``,
example: '_mobileModal',
},
{
title: 'Fullscreen Template',
description: ``,
example: '_fullscreenmodal',
},
],
};