Component library

Showing 2 components in the lunnoa deck.

  • <LunnoaCoverSlide>

    lunnoaTitlePresentation

    Lunnoa-branded cover: full-bleed indigo marketing background, grey left-to-right overlay, left-aligned title stack. Logo from /theming uploads (dark-surface asset).

    When to use: Opening slide for Lunnoa sales, product, or workshop decks. Uses the bundled indigo background by default; pass backgroundSrc to override.

    Often with: TitleSlideHeroCoverSlideBroadsideCover

    Preview

    The platform layer for enterprise AI.

    PropTypeNotes
    titlestringRequired. Main headline, left-aligned on the overlay (uses left half of the slide).
    subtitlestringOptional. Supporting line under the title.
    backgroundSrcstringOptional. Full-bleed background image URL. Defaults to /assets/decks/lunnoa/indigo-background.png.Example: /assets/decks/lunnoa/indigo-background.png

    Examples

    <LunnoaCoverSlide title="The platform layer for enterprise AI." />
  • <LunnoaWaitingSlide>

    lunnoaWaitingContentPresentation

    White hold slide with the Lunnoa four-dot loading spinner and optional status message below.

    When to use: Pre-start or intermission slide while attendees join or content loads. Set message per deck via MDX (e.g. "Waiting for attendees").

    Often with: LunnoaCoverSlideSectionSlide

    Preview

    Waiting for attendees

    PropTypeNotes
    messagestringOptional. Status line under the spinner; editable via MCP section create/update.Example: Waiting for attendees

    Examples

    <LunnoaWaitingSlide message="Waiting for attendees" />