mirror of
https://github.com/carbon-design-system/carbon-components-svelte.git
synced 2025-09-15 10:21:05 +00:00
uisehll with nav finished
This commit is contained in:
parent
93b912240f
commit
614ca9d36e
10 changed files with 578 additions and 128 deletions
|
@ -1,13 +1,14 @@
|
|||
<script>
|
||||
// export let action = undefined;
|
||||
// export let type = undefined;
|
||||
<!-- <script>
|
||||
export let action = undefined;
|
||||
export let type = undefined;
|
||||
export let icon = undefined;
|
||||
// export let content = undefined;
|
||||
|
||||
import { cx } from '../../../lib';
|
||||
import Icon from '../../Icon/Icon.svelte';
|
||||
import { leftPanelActions } from '../constants';
|
||||
</script>
|
||||
|
||||
<button aria-label="Notifications" class={cx('--header__action')} type="button">
|
||||
<button aria-label={type} class={cx('--header__action')} type="button">
|
||||
<Icon {...icon} render={icon[0].render} />
|
||||
</button>
|
||||
</button> -->
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue