mirror of
https://github.com/carbon-design-system/carbon-components-svelte.git
synced 2025-09-15 10:21:05 +00:00
feat(uishell): global header utilities
This commit is contained in:
parent
f43f684b5c
commit
53e873bd94
8 changed files with 387 additions and 0 deletions
|
@ -13,6 +13,16 @@ export const WithNav = () => ({
|
|||
}
|
||||
});
|
||||
|
||||
export const WithActions = () => ({
|
||||
Component,
|
||||
props: {
|
||||
story: 'with-actions',
|
||||
href: text('The link href (href)', '#'),
|
||||
company: text('Company name', 'IBM'),
|
||||
platformName: text('Platform name', 'Platform Name')
|
||||
}
|
||||
});
|
||||
|
||||
export const WithActionsAndSidenav = () => ({
|
||||
Component,
|
||||
props: {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue