TabProps
Home > @backstage/ui > TabProps
Props for the Tab component.
Signature:
export interface TabProps extends AriaTabProps
Extends: AriaTabProps
Properties
|
Property |
Modifiers |
Type |
Description |
|---|---|---|---|
|
'exact' | 'prefix' |
(Optional) Strategy for matching the current route to determine if this tab should be active. - 'exact': Tab href must exactly match the current pathname (default) - 'prefix': Tab is active if current pathname starts with tab href |