slot

Placeholder inside a web component for projected content.

Description

The <slot> element is part of the Scripting category in HTML.

Basic Example

Slot elements define insertion points in web components.

<slot>...</slot>

Attributes

This element supports global attributes.

Accessibility

Accessibility considerations for the <slot> element will be documented here.

Related Elements