diff --git a/packages/core/stories/components/Header/Header.stories.js b/packages/core/stories/components/Header/Header.stories.js index 44db309758..1a59f28773 100644 --- a/packages/core/stories/components/Header/Header.stories.js +++ b/packages/core/stories/components/Header/Header.stories.js @@ -10,8 +10,6 @@ import logo from '@massds/mayflower-assets/static/images/logo/stateseal.png'; import { attachHTML } from '../../util/renderCode'; - - const headerBasic = ( header; attachHTML(headerFullNav, header, notesHeader) -// export const headerFullNav = () => header; -// attachHTML(headerFullNav, header) -// +export const headerHamburger = () => 'Header Hamburger Component (WIP)'; diff --git a/packages/core/stories/components/Header/Header.stories.mdx b/packages/core/stories/components/Header/Header.stories.mdx index 161f332b06..5718a2dfc1 100644 --- a/packages/core/stories/components/Header/Header.stories.mdx +++ b/packages/core/stories/components/Header/Header.stories.mdx @@ -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. + + + +