@silvancodes/svelte-the-stack

*Psst — looking for an app template? Go here --> [sveltejs/template](https://github.com/sveltejs/template)*

Usage no npm install needed!

<script type="module">
  import silvancodesSvelteTheStack from 'https://cdn.skypack.dev/@silvancodes/svelte-the-stack';
</script>

README

Welcome

This component implements 'The Stack' from EveryLayout.

It is used like so:

<script>
    import Stack from '@silvancodes/svelte-the-stack';
</script>

 <Stack>
    <your/>
    <html/>
    <here/>
 </Stack>

When you setup a global CSS with a scale as described here or have your own CSS variables it can be parametrized like so:

<Stack margin="--some-css-variable">
    ...
 </Stack>