VisorVisor
ComponentsDeck

ClosingSlide

A centered dark-themed closing slide with staggered text entrance animations.

Features

  • Centered dark theme — high-contrast closing statement
  • Staggered text entrance — tagline, subtitle, and body animate in sequence
  • Customizable tagline and body — adapt to any presentation context

Installation

npx visor add deck-closing-slide

Usage

import { ClosingSlide } from '@/components/deck/closing-slide/closing-slide';

export default function Example() {
  return (
    <ClosingSlide
      tagline="Thanks for watching."
      subtitle="Low Orbit Studio"
      body="Get in touch at hello@loworbitstudio.com"
    />
  );
}

API Reference

PropTypeDefaultDescription
idstring"s-close"Unique slide identifier
taglinestring"Thank you."Large heading text
subtitlestringText below the tagline
bodystringBody text below the subtitle
extraReactNodeAdditional content below the body
classNamestringAdditional CSS class