Interface IIgrTabProps

Hierarchy

Hierarchy

  • IIgrTabProps

Properties

children?: ReactNode
className?: string
disabled?: string | boolean

Determines whether the tab is disabled.

id?: string
label?: string

The tab item label.

selected?: string | boolean

Determines whether the tab is selected.

style?: CSSProperties