@accuser/breakpoint
v0.3.0
Published
A simple breakpoint utility for SvelteKit and TailwindCSS
Downloads
3
Readme
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 />