Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface IJumbotronProps<T>

Jumbotron Properties

Type parameters

  • T

Hierarchy

Index

Properties

Optional assignTo

assignTo: (obj: IJumbotron) => void

Assigns the object to the input parameter.

Type declaration

Optional className

className: string

Custom class names.

Optional content

content: string | T

Optional el

el: Element | HTMLElement

The element to render the component to.

Optional isFluid

isFluid: boolean

Optional lead

lead: string

Optional onRenderContent

onRenderContent: (el?: HTMLElement) => void

Type declaration

    • (el?: HTMLElement): void
    • Parameters

      • Optional el: HTMLElement

      Returns void

Optional title

title: string

Generated using TypeDoc