Interface IJumbotronProps<T>

Jumbotron Properties

Type Parameters

  • T = Element

Hierarchy

Properties

assignTo?: ((obj) => void)

Type declaration

    • (obj): void
    • Assigns the object to the input parameter.

      Parameters

      Returns void

className?: string

Custom class names.

content?: string | T
el?: HTMLElement

The element to render the component to.

isFluid?: boolean
lead?: string
onRenderContent?: ((el?) => void)

Type declaration

    • (el?): void
    • Parameters

      • Optional el: HTMLElement

      Returns void

title?: string

Generated using TypeDoc