Component library

Showing 2 components with role chapter.

  • <SectionSlide>

    coreChapterPresentation

    Section heading slide with optional supporting line.

    When to use: Mark a new chapter inside the deck.

    Preview

    Today

    How work actually flows

    PropTypeNotes
    titlestringRequired. Section title.
    kickerstringOptional. Small line above the title.

    Examples

    <SectionSlide kicker="Today" title="How work actually flows" />
  • <BroadsideChapter>

    broadsideChapterPresentation

    Chapter opener with oversized lowercase title.

    When to use: Section divider in an editorial deck.

    Preview

    02 / Chapter

    the next chapter begins here

    What this section covers.

    PropTypeNotes
    numberstringOptional. e.g. "02 / Chapter".
    titlestringRequired. Chapter title (lowercase).
    leadstringOptional. Optional framing sentence.

    Examples

    <BroadsideChapter number="02 / Chapter" title="the next chapter begins here" lead="What this section covers." />