• label (string) - The tab's label • children (a list of or a singular dash component, string or number) - The content of the tab - will only be displayed if this tab is selected • value (string) - Value for determining which Tab is currently selected • disabled (boolean; default false) - Determines if tab is disabled or not - defaults to false • disabled_style (record; default { color: '#d6d6d6', }) - Overrides the default (inline) styles when disabled • disabled_className (string) - Appends a class to the Tab component when it is disabled. • className (string) - Appends a class to the Tab component. • selected_className (string) - Appends a class to the Tab component when it is selected. • style (record) - Overrides the default (inline) styles for the Tab component. • selected_style (record) - Overrides the default (inline) styles for the Tab component when it is selected. • loading_state (record with the fields: 'is_loading: boolean (optional)', 'prop_name: string (optional)', 'component_name: string (optional)') - Object that holds the loading state object coming from dash-renderer
Union case | Description |
Full Usage:
ClassName string
Parameters:
string
|
|
Full Usage:
Disabled bool
Parameters:
bool
|
|
Full Usage:
DisabledClassName string
Parameters:
string
|
|
|
|
Full Usage:
Label string
Parameters:
string
|
|
|
|
Full Usage:
SelectedClassName string
Parameters:
string
|
|
Full Usage:
SelectedStyle string
Parameters:
string
|
|
|
|
Full Usage:
Value string
Parameters:
string
|
|
Static member | Description |
|
|