MarketingPageShell
Reusable marketing page shell component.
Usage
Components are auto-discovered. Use the component directly in any .wrn view:
<MarketingPageShell />Legacy mount name: data-component="MarketingPageShell".
Props and attributes
| Prop | Type | Requirement | Default |
|---|---|---|---|
class | string | Optional | "" |
Slots
default
Events
This component does not declare a custom event.
Source contract
Installed source: components/MarketingPageShell.wrn
component MarketingPageShell {
props {
class = ""
}
view {
<div class="wire-page-shell wire-page-shell--marketing {class}">
<slot />
</div>
}
}