@accuser/breakpoint
TypeScript icon, indicating that this package has built-in type declarations

0.3.0 • Public • Published

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

Package Sidebar

Install

npm i @accuser/breakpoint

Weekly Downloads

1

Version

0.3.0

License

MIT

Unpacked Size

5.12 kB

Total Files

7

Last publish

Collaborators

  • accuser