Interface IIgrTabsProps

Hierarchy

Hierarchy

  • IIgrTabsProps

Properties

activation?: string | TabsActivation

Determines the tab activation. When set to auto, the tab is instantly selected while navigating with the Left/Right Arrows, Home or End keys and the corresponding panel is displayed. When set to manual, the tab is only focused. The selection happens after pressing Space or Enter.

alignment?: string | TabsAlignment

Sets the alignment for the tab headers

change?: ((s, e) => void)

Type declaration

children?: ReactNode
className?: string
id?: string
style?: CSSProperties