@philphi wrote:
So usually you would do something like:
external_stylesheets = [тАШhttps://codepen.io/chriddyp/pen/bWLwgP.cssтАЩ]
app = dash.Dash(name, external_stylesheets=external_stylesheets)
Suppose IтАЩd like to give users the option to pick a theme that updates the external_stylesheets, for example between dash bootstrap components dbc.themes.LUX and dbc.themes.YETI (but not both). So IтАЩd like to be able to replace the external_stylesheets using radio item callbacks, is this possible?
Posts: 1
Participants: 1