mirror of
https://github.com/carbon-design-system/carbon-components-svelte.git
synced 2025-09-17 19:21:26 +00:00
feat(uishell): add right panel links
This commit is contained in:
parent
7146c69549
commit
44189c8819
5 changed files with 43 additions and 9 deletions
|
@ -0,0 +1,7 @@
|
|||
<script>
|
||||
import { cx } from '../../../lib';
|
||||
</script>
|
||||
|
||||
<ul class={cx('--switcher__item')}>
|
||||
<slot />
|
||||
</ul>
|
Loading…
Add table
Add a link
Reference in a new issue