Interface IListGroupProps<T>

List Group 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.

colWidth?: number
el?: HTMLElement

The element to render the component to.

fadeTabs?: boolean
isFlush?: boolean
isHorizontal?: boolean
isNumbered?: boolean
isTabs?: boolean
items?: IListGroupItem<T>[]

Generated using TypeDoc