+
- Max-Width Wrapper - 248px
-
+ { `Max-Width Wrapper - ${ maxWidth }px` }
+
);
};
diff --git a/storybook/preview.js b/storybook/preview.js
index b29fceec846ffe..8372103cd99444 100644
--- a/storybook/preview.js
+++ b/storybook/preview.js
@@ -86,6 +86,8 @@ export const globalTypes = {
items: [
{ value: 'none', title: 'None' },
{ value: 'wordpress-sidebar', title: 'WP Sidebar' },
+ { value: 'small-container', title: 'Small container' },
+ { value: 'large-container', title: 'Large container' },
],
},
},