svelte-tailwindcss-breakpoint Svelte Themes

Svelte Tailwindcss Breakpoint

A simple breakpoint helper for SvelteKit and TailwindCSS web apps.

svelte-tailwindcss-breakpoint

A simple breakpoint helper for SvelteKit and TailwindCSS web apps.

Install the package

npm i --save-dev @accuser/breakpoint

Example

Add Breakpoint to the root layout to display the breakpoint helper in development mode.

<script>
    import { Breakpoint } from '@accuser/breakpoint';
</script>

<Breakpoint />

<slot />

Top categories

Loading Svelte Themes