Writing

How to secure pages with HTTP Basic Auth using SvelteKit

Though not something you want to use for user-facing situations, using HTTP Basic Auth can be convenient (say locking down a demo). Learn how to pull this off with SvelteKit.

Svelte SvelteKit JavaScript TypeScript

How to style slot content using :global

Using the :global CSS decorator with Svelte, we can target styling for nested components within a slot.

Svelte SvelteKit JavaScript TypeScript CSS