0.3.0 • Published 2 years ago

@accuser/breakpoint v0.3.0

Weekly downloads
-
License
MIT
Repository
github
Last release
2 years ago

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 />
0.3.0

2 years ago

0.2.0

2 years ago

0.1.0

2 years ago