docs(uishell): add side nav story

This commit is contained in:
Marcus Feitoza 2020-04-18 15:18:46 -03:00
commit ee9f3e295c
2 changed files with 28 additions and 0 deletions

View file

@ -13,6 +13,16 @@ export const Header = () => ({
}
});
export const Sidenav = () => ({
Component,
props: {
story: 'sidenav',
href: text('The link href (href)', '#'),
company: text('Company name', 'IBM'),
platformName: text('Platform name', 'Platform Name')
}
});
export const HeaderWithNav = () => ({
Component,
props: {