uisehll with nav finished

This commit is contained in:
adan.ulloa 2020-01-06 18:41:10 -06:00 committed by Adan Ulloa
commit 614ca9d36e
10 changed files with 578 additions and 128 deletions

View file

@ -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> -->