Skip to content
View waffleflopper's full-sized avatar
  • United States Army
  • Central Texas
  • 01:19 (UTC -12:00)
Block or Report

Block or report waffleflopper

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse

Pinned

  1. Melt-UI Navbar MVP Example (before p... Melt-UI Navbar MVP Example (before pre-processor release)
    1
    <!-- Derived from https://github.com/skeletonlabs/skeleton/blob/dev/packages/skeleton/src/lib/utilities/LightSwitch/LightSwitch.svelte -->
    2
    <script lang="ts">
    3
    	import { Moon, Sun } from 'lucide-svelte';
    4
    	import { onMount } from 'svelte';
    5
    	import { twc } from '$utils/class';
  2. use smooth scrolling svelte action (... use smooth scrolling svelte action (or pass element reference as first argument and use it wherever)
    1
    /**
    2
    * Author: Robert Baddeley (waffleflopper)
    3
    * 2023
    4
    */
    5