Completed template
This commit is contained in:
@@ -136,9 +136,15 @@ export const AllModes = {
|
||||
<div>
|
||||
<h3 className="text-white font-semibold mb-3">Default Mode</h3>
|
||||
<div className="space-x-4">
|
||||
<MenuBarItem size="X Small" mode="default">X Small</MenuBarItem>
|
||||
<MenuBarItem size="Large" mode="default">Large</MenuBarItem>
|
||||
<MenuBarItem size="X Large" mode="default">X Large</MenuBarItem>
|
||||
<MenuBarItem size="X Small" mode="default">
|
||||
X Small
|
||||
</MenuBarItem>
|
||||
<MenuBarItem size="Large" mode="default">
|
||||
Large
|
||||
</MenuBarItem>
|
||||
<MenuBarItem size="X Large" mode="default">
|
||||
X Large
|
||||
</MenuBarItem>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
@@ -173,8 +179,7 @@ export const AllModes = {
|
||||
parameters: {
|
||||
docs: {
|
||||
description: {
|
||||
story:
|
||||
"Complete overview of all menu item modes, sizes, and states.",
|
||||
story: "Complete overview of all menu item modes, sizes, and states.",
|
||||
},
|
||||
},
|
||||
},
|
||||
|
||||
@@ -15,11 +15,13 @@ export default {
|
||||
argTypes: {
|
||||
folderTop: {
|
||||
control: "boolean",
|
||||
description: "When true, renders the home page variant with yellow tab container. When false, renders the standard header variant.",
|
||||
description:
|
||||
"When true, renders the home page variant with yellow tab container. When false, renders the standard header variant.",
|
||||
},
|
||||
loggedIn: {
|
||||
control: "boolean",
|
||||
description: "Whether the user is logged in (affects displayed elements).",
|
||||
description:
|
||||
"Whether the user is logged in (affects displayed elements).",
|
||||
},
|
||||
profile: {
|
||||
control: "boolean",
|
||||
@@ -123,8 +125,8 @@ export const StandardInPageContext = {
|
||||
</h1>
|
||||
<p className="text-white mb-4">
|
||||
This demonstrates how the standard header looks in a realistic page
|
||||
context. The header maintains its responsive behavior while providing
|
||||
navigation for the page content.
|
||||
context. The header maintains its responsive behavior while
|
||||
providing navigation for the page content.
|
||||
</p>
|
||||
<div className="grid grid-cols-1 md:grid-cols-2 lg:grid-cols-3 gap-4">
|
||||
{[1, 2, 3, 4, 5, 6].map((i) => (
|
||||
|
||||
Reference in New Issue
Block a user