Skip to main content

figure

Function figure 

Source
pub fn figure() -> Element
Expand description

Self-contained content with an optional caption: <figure>.

ยงExamples

use winged_rust::prelude::*;
let el = figure();
assert_eq!(el.tag(), "figure");