Skip to content

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Svelte Screen size Widget

npm license
npm downloads bundle size

A Svelte widget to display the current screen size.
Must have for adaptive design developing.
You can see name of current size-breakpoint & quick copy selector.

preview

Usage

<script>
    import { ScreenSizeWidget } from "svelte-screensize-widget"
</script>

{#if import.meta.env.DEV}
    <ScreenSizeWidget />
{/if}

About

Tiny widget to display screen size (breakpoint) while developing frontend.

Resources

Stars

Watchers

Forks

Used by

Contributors