mirror of
https://github.com/carbon-design-system/carbon-components-svelte.git
synced 2025-09-16 02:41: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
|
@ -84,3 +84,13 @@ export const closeIcon = {
|
|||
focusable: false,
|
||||
style: undefined
|
||||
};
|
||||
|
||||
export const searchIcon = {
|
||||
class: undefined,
|
||||
skeleton: false,
|
||||
render: Search20,
|
||||
title: 'Search',
|
||||
tabindex: '0',
|
||||
focusable: false,
|
||||
style: undefined
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue