Skip to content
W WRNexusJS
layout component

MarketingPageShell

Reusable marketing page shell component.

@wrnexus/ui 0.2.671 props1 slots0 events

Usage

Components are auto-discovered. Use the component directly in any .wrn view:

<MarketingPageShell />

Legacy mount name: data-component="MarketingPageShell".

Props and attributes

PropTypeRequirementDefault
classstringOptional""

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>
    }
}