mirror of
https://github.com/carbon-design-system/carbon-components-svelte.git
synced 2025-09-15 10:21:05 +00:00
complete right panel
This commit is contained in:
parent
614ca9d36e
commit
75e217c03e
9 changed files with 269 additions and 69 deletions
|
@ -1,14 +1,14 @@
|
|||
<!-- <script>
|
||||
export let action = 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';
|
||||
// import { leftPanelActions } from '../constants';
|
||||
</script>
|
||||
|
||||
<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