Function leptos_dom::html::bdo
source · pub fn bdo(cx: Scope) -> HtmlElement<Bdo>Expand description
The <bdo> HTML element overrides the current directionality of text, so that the text within is rendered in a different direction.
pub fn bdo(cx: Scope) -> HtmlElement<Bdo>The <bdo> HTML element overrides the current directionality of text, so that the text within is rendered in a different direction.