Add the #DF24 Developer Keynote to your agenda. Join us in-person on 9/18 at 2:30 p.m. PT or on Salesforce+ at 5 p.m. PT for the must-see session built just for developers.

Migrate Facets

Migrate a facet in an Aura component to a slot in a Lightning web component.

A facet in an Aura component is an attribute with a type of Aura.Component[]. For example:

In a Lightning web component, we use slots instead of the facets. This template defines two named slots.

This code consumes the <c-namedslots> component.

This HTML is the rendered output.

See Also