Skip to content
This repository was archived by the owner on Feb 10, 2025. It is now read-only.

Latest commit

 

History

History
24 lines (13 loc) · 459 Bytes

Navbar.mdx

File metadata and controls

24 lines (13 loc) · 459 Bytes

import { Meta, Title, Primary, Stories, Controls, Story } from "@storybook/blocks";

import { Navbar } from "./Navbar"; import * as NavbarStories from "./Navbar.stories";

Navbar

The Navbar component displays a navigation bar with optional logos and text. It can also render children elements on the right.

Example

Default

Controls

Other variations