Interface IIgrTabProps

Hierarchy

Hierarchy

  • IIgrTabProps

Properties

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

Determines whether the tab is disabled.

id?: string
panel?: string

The id of the tab panel which will be controlled by the tab.

selected?: string | boolean

Determines whether the tab is selected.

style?: CSSProperties