docs(code-snippet): update hidden example copy

This commit is contained in:
Eric Liu 2020-10-30 10:48:12 -07:00
commit 882737c8b8
2 changed files with 4 additions and 2 deletions

View file

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