import { Meta, Title, Primary, Stories, Controls, Story } from "@storybook/blocks";
import { Navbar } from "./Navbar"; import * as NavbarStories from "./Navbar.stories";
The Navbar component displays a navigation bar with optional logos and text. It can also render children elements on the right.