Struct react::Div [] [src]

pub struct Div {
    pub children: Vec<Box<Component>>,
    pub class_name: &'static str,
}

Fields

Trait Implementations

impl Component for Div
[src]