mirror of
https://github.com/carbon-design-system/carbon-components-svelte.git
synced 2025-09-15 10:21:05 +00:00
docs(code-snippet): update hidden example copy
This commit is contained in:
parent
25a7ceacf8
commit
882737c8b8
2 changed files with 4 additions and 2 deletions
|
@ -28,5 +28,7 @@
|
|||
{#if toggled}
|
||||
<br /><br />
|
||||
<h5>"Show more" will render</h5><br />
|
||||
<CodeSnippet type="multi" code="{code}" />
|
||||
<div class:hidden="{!toggled}">
|
||||
<CodeSnippet type="multi" code="{code}" />
|
||||
</div>
|
||||
{/if}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue