A Dash component that lets you render pages with tabs - the Tabs component's children can be dcc.Tab components, which can hold a label that will be displayed as a tab, and can in turn hold children components that will be that tab's content.
Static member | Description |
Full Usage:
Tabs.applyMembers (id, children, ?value, ?className, ?contentClassName, ?parentClassName, ?style, ?parentStyle, ?contentStyle, ?vertical, ?mobileBreakpoint, ?colors, ?loadingState, ?persistence, ?persistedProps, ?persistenceType)
Parameters:
string
children : seq<DashComponent>
?value : string
?className : string
?contentClassName : string
?parentClassName : string
?style : DashComponentStyle
?parentStyle : DashComponentStyle
?contentStyle : DashComponentStyle
?vertical : bool
?mobileBreakpoint : float
?colors : TabColors
?loadingState : LoadingState
?persistence : IConvertible
?persistedProps : string[]
?persistenceType : PersistenceTypeOptions
Returns: Tabs -> Tabs
|
|
Full Usage:
Tabs.init (id, children, ?value, ?className, ?contentClassName, ?parentClassName, ?style, ?parentStyle, ?contentStyle, ?vertical, ?mobileBreakpoint, ?colors, ?loadingState, ?persistence, ?persistedProps, ?persistenceType)
Parameters:
string
children : seq<DashComponent>
?value : string
?className : string
?contentClassName : string
?parentClassName : string
?style : DashComponentStyle
?parentStyle : DashComponentStyle
?contentStyle : DashComponentStyle
?vertical : bool
?mobileBreakpoint : float
?colors : TabColors
?loadingState : LoadingState
?persistence : IConvertible
?persistedProps : string[]
?persistenceType : PersistenceTypeOptions
Returns: Tabs
|
|