import { storiesOf } from "@storybook/react"; import * as React from "react"; import { Menu } from "../components/Menu"; import { Header } from "../components/Header"; storiesOf("Menu", module).add("Examples", () => (
logo
Home About Resources Workspace avatar

Example use of menubar and header for workspace etc.

Example use of menubar and header for workspace etc. with back button

Adding type="white" to the menu changes it to white variant

));