Glossary coding Term Page

Named slot

A slot with `slot="sidebar"` or similar that restricts content to a specific region

named-slot #coding#svelte
Korean version

Related Concepts

Core Idea

Named slot is A slot with slot="sidebar" or similar that restricts content to a specific region. It usually makes the most sense alongside Layout, Slot, [[svelte-fragment|svelte:fragment]].

Why It Matters Here

Mathbong reuses this term across svelte posts as shared vocabulary.

Posts Mentioning This Concept