docs(component-api): add margin bottom if no props

This commit is contained in:
Eric Liu 2020-10-24 14:00:27 -07:00
commit a9a09b2086

View file

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