mirror of
https://github.com/carbon-design-system/carbon-components-svelte.git
synced 2025-09-15 10:21:05 +00:00
docs(component-api): add margin bottom if no props
This commit is contained in:
parent
d8104d9c48
commit
a9a09b2086
1 changed files with 3 additions and 1 deletions
|
@ -120,7 +120,9 @@
|
||||||
</StructuredListBody>
|
</StructuredListBody>
|
||||||
</StructuredList>
|
</StructuredList>
|
||||||
</div>
|
</div>
|
||||||
{:else}No props.{/if}
|
{:else}
|
||||||
|
<p class="my-layout-01-03">No props.</p>
|
||||||
|
{/if}
|
||||||
<h3 id="slots">Slots</h3>
|
<h3 id="slots">Slots</h3>
|
||||||
{#if component.slots.length > 0}
|
{#if component.slots.length > 0}
|
||||||
<UnorderedList class="my-layout-01-03">
|
<UnorderedList class="my-layout-01-03">
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue