pub trait View<MSG> { fn view(&self) -> Node<MSG>; }
Just a view, no events, no update. The properties of the component is set directly from the parent
only returns a view of itself