api slotSlot API pattern in Compose is a common pattern in Compose that offers slots— generic lambdas that accept composable content.The slot property of the Element interface returns the name of the shadow DOM slot the element is inserted in. A slot is a placeholder inside a web component.