shiny.ui.tags.wbr#
- shiny.ui.tags.wbr(*args, **kwargs)#
Create a <wbr> tag.
The <wbr> HTML element represents a word break opportunity—a position within text where the browser may optionally break a line, though its line-breaking rules would not otherwise create a break at that location. Learn more at https://developer.mozilla.org/en-US/docs/Web/HTML/Element/wbr
- Parameters:
*args – Child elements to this tag.
**kwargs – Attributes to this tag.
- Return type:
Tag