Function leptos_dom::html::slot

source ·
pub fn slot() -> HtmlElement<Slot>
Expand description

The <slot> HTML element—part of the Web Components technology suite—is a placeholder inside a web component that you can fill with your own markup, which lets you create separate DOM trees and present them together.