Skip to content

Commit

Permalink
add wip header
Browse files Browse the repository at this point in the history
  • Loading branch information
clairesunstudio committed Nov 19, 2020
1 parent da3a67b commit ec0263b
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
6 changes: 1 addition & 5 deletions packages/core/stories/components/Header/Header.stories.js
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,6 @@ import logo from '@massds/mayflower-assets/static/images/logo/stateseal.png';

import { attachHTML } from '../../util/renderCode';



const headerBasic = (
<HeaderSlim
siteLogo={<SiteLogo
Expand Down Expand Up @@ -320,6 +318,4 @@ attachHTML(headerSlimUtilSearch, headerUtilSearch, notesHeaderSlim)
export const headerFullNav = () => header;
attachHTML(headerFullNav, header, notesHeader)

// export const headerFullNav = () => header;
// attachHTML(headerFullNav, header)
//
export const headerHamburger = () => 'Header Hamburger Component (WIP)';
4 changes: 4 additions & 0 deletions packages/core/stories/components/Header/Header.stories.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -79,3 +79,7 @@ Header with a dropdown menu. This option is specifically for websites and pages

### Header (With Hamburger Menu) **
The hamburger menu by default collapses the main navigation of the site into a side drawer that opens up when users interact with the “Menu” icon. This option saves the header space for content pages whose primary goals are for accessing the information and actions in the main content area. For example this header option is used on the Mass.gov content pages that are not the homepage.

<Canvas>
<Story story={stories.headerHamburger} />
</Canvas>

0 comments on commit ec0263b

Please sign in to comment.