Loading Component

Usage

Loading Animation

<script>
  import { Loading } from "$lib/components";
</script>

<Loading />

Loading Animation with Style and Size

<script>
  import { Loading } from "$lib/components";
</script>

<Loading style="dots" size="4rem" />