feat(ui-shell): add HeaderGlobalAction component

This commit is contained in:
Eric Liu 2020-09-05 15:28:10 -07:00
commit 7b3c111b5f
7 changed files with 110 additions and 1 deletions

View file

@ -43,6 +43,16 @@ export const HeaderWithUtilities = () => ({
},
});
export const HeaderGlobalAction = () => ({
Component,
props: {
story: "header-global-action",
href: text("The link href (href)", "#"),
company: text("Company name", "IBM"),
platformName: text("Platform name", "Platform Name"),
},
});
export const HeaderWithSwitcher = () => ({
Component,
props: {