portfu_admin 1.3.0

Library of Admin tools build on toip of Portfu
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
<script>
  import { Footer, FooterLinkGroup, FooterLink, FooterBrand, FooterIcon, FooterCopyright } from 'flowbite-svelte';
  import { FacebookSolid, GithubSolid, DiscordSolid, TwitterSolid } from 'flowbite-svelte-icons';
</script>

<Footer footerType="sitemap">
  <div class="py-6 px-4 dark:bg-slate-900 md:flex md:items-center md:justify-between">
    <div class="flex mt-4 space-x-6 rtl:space-x-reverse sm:justify-center md:mt-0">
      <FooterIcon href="https://github.com/GalactechsLLC/portfu">
        <GithubSolid class="w-4 h-4 text-gray-500 dark:text-gray-500 hover:text-gray-900 dark:hover:text-white" />
      </FooterIcon>
    </div>
  </div>
</Footer>