Part of dcc.Tabs - this is the child Tab component used to render a tabbed page. Its children will be set as the content of that tab, which if clicked will become visible.
Static member | Description |
Full Usage:
Tab.applyMembers (id, children, ?label, ?value, ?disabled, ?disabledStyle, ?disabledClassName, ?className, ?selectedClassName, ?style, ?selectedStyle, ?loadingState)
Parameters:
string
children : seq<DashComponent>
?label : string
?value : string
?disabled : bool
?disabledStyle : DashComponentStyle
?disabledClassName : string
?className : string
?selectedClassName : string
?style : DashComponentStyle
?selectedStyle : string
?loadingState : LoadingState
Returns: Tab -> Tab
|
|
Full Usage:
Tab.init (id, children, ?label, ?value, ?disabled, ?disabledStyle, ?disabledClassName, ?className, ?selectedClassName, ?style, ?selectedStyle, ?loadingState)
Parameters:
string
children : seq<DashComponent>
?label : string
?value : string
?disabled : bool
?disabledStyle : DashComponentStyle
?disabledClassName : string
?className : string
?selectedClassName : string
?style : DashComponentStyle
?selectedStyle : string
?loadingState : LoadingState
Returns: Tab
|
|