1. Docs

BannerStrip

Just the thinner version of BannerBand that you can put it in your footer.

Usage

<script>
  import BannerStrip from '$lib/dist/components/BannerStrip.svelte';
</script>

<BannerStrip
  content={'Built with &nbsp;<span class="font-medium">Svelte Starter Kit</span>'}
  link="https://sveltestarterkit.com"
/>