api slotThe 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.Slot Content and Outlet . We have learned that components can accept props, which can be JavaScript values of any type. But how about template content?