mirror of
https://github.com/carbon-design-system/carbon-components-svelte.git
synced 2025-09-15 02:11:05 +00:00
docs(ui-shell): remove unused imports
This commit is contained in:
parent
4f3a1227ed
commit
acd08cde5c
1 changed files with 2 additions and 6 deletions
|
@ -2,11 +2,7 @@
|
||||||
import {
|
import {
|
||||||
Header,
|
Header,
|
||||||
HeaderUtilities,
|
HeaderUtilities,
|
||||||
HeaderAction,
|
|
||||||
HeaderSearch,
|
HeaderSearch,
|
||||||
HeaderPanelLinks,
|
|
||||||
HeaderPanelDivider,
|
|
||||||
HeaderPanelLink,
|
|
||||||
SkipToContent,
|
SkipToContent,
|
||||||
Content,
|
Content,
|
||||||
Grid,
|
Grid,
|
||||||
|
@ -114,9 +110,9 @@
|
||||||
Click the button and search for something. Dispatched events are
|
Click the button and search for something. Dispatched events are
|
||||||
logged below:
|
logged below:
|
||||||
</p>
|
</p>
|
||||||
<div style="overflow-x: scroll;">
|
<div style:overflow-x="auto">
|
||||||
{#each events as { type, ...rest }}
|
{#each events as { type, ...rest }}
|
||||||
<div style="display: block; margin-bottom: var(--cds-layout-01)">
|
<div style:margin-bottom="var(--cds-layout-01)">
|
||||||
<div><strong>on:{type}</strong></div>
|
<div><strong>on:{type}</strong></div>
|
||||||
{#if Object.keys(rest).length > 0}
|
{#if Object.keys(rest).length > 0}
|
||||||
<pre>{JSON.stringify(rest, null, 2)}</pre>
|
<pre>{JSON.stringify(rest, null, 2)}</pre>
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue