No line break tag(nobr)

Hello

I am trying to use the nobr html tag. However I am getting this error:
AttributeError: ‘module’ object has no attribute ‘NoBr’

using both Nobr and NoBr options…

I am missing something to use this html tag properly with Dash.

Thanks

@theburntcity - This tag wasn’t included in the dash_html_components library as it is “non-standard”. Here are the docs on this and how to get around it: https://developer.mozilla.org/en-US/docs/Web/HTML/Element/nobr