This repository was archived by the owner on Jun 4, 2024. It is now read-only.
This repository was archived by the owner on Jun 4, 2024. It is now read-only.
Loading class that is the _parent_ of the app container #58
Closed
Description
Right now, the ._dash-loading-indicator
class is a cousin of the app container. If it was the parent, then you could customize UI in your app.layout
that would only appear while a callback is being executed:
app.layout = html.Div(className='display-on-loading', children='Loading')
.display-on-loading {
display: none;
}
._dash-loading-indicator .display-on-loading {
display: block;
}
Metadata
Metadata
Assignees
Labels
No labels