pub const rotate: AttributeDescription;
The rotate attribute let’s you rotate an element.
rotate
Compatible elements: all except text.
text
fn app() -> Element { rsx!( label { rotate: "180deg", "Hello, World!" } ) }