-
- Left
-
-
-
- Center
-
-
-
- Right
-
-
-
- >
- );
-};
+ & > div {
+ width: 500px;
+ border: 1px dashed lightgrey;
+ }
+`;
+export const StoryMenuItemsAlignment = () => (
+ <>
+
+
+ Left
+
+
+
+ Center
+
+
+
+ Right
+
+
+
+ >
+);
StoryMenuItemsAlignment.storyName = 'menu items - alignment';
export const StoryMenuItemsHorizontalAlignment = () => {
@@ -1269,6 +1273,28 @@ export const StoryMenuLogicalProps = () => (