storybook/docs/_snippets/margindecorator.md
2024-06-13 17:53:08 +01:00

362 B

{/* MarginDecorator.svelte */}

<div>
  <slot />
</div>

<style>
  div {
    margin: 3em;
  }
</style>
{/* MarginDecorator.svelte */}

<div>
  <slot />
</div>

<style>
  div {
    margin: 3em;
  }
</style>