Skip to content

Latest commit

 

History

History
30 lines (19 loc) · 854 Bytes

File metadata and controls

30 lines (19 loc) · 854 Bytes

import { Canvas, Controls, Meta, Story } from '@storybook/blocks';

import { ComponentHeader } from '~styleguide/blocks';

import * as AppBarStories from './AppBar.stories';

export const parameters = { subtitle: Components that provide spacing and layout help that you can use for something like a footer or header, status: 'current', };

<ComponentHeader {...parameters} />

This is an example of an AppBar component that contains one left-oriented AppBarSection that holds one AppBar Tab.

Header

This is an example of how our headers use the AppBar component to format various sections in a bar (left, center, and right). The AppBar can hold as many AppBarSections as you'd like.