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
|
@ -0,0 +1,7 @@
|
|||
<script>
|
||||
import { cx } from '../../../lib';
|
||||
</script>
|
||||
|
||||
<div class={cx('--header__global')}>
|
||||
<slot />
|
||||
</div>
|
Loading…
Add table
Add a link
Reference in a new issue