Skip to content
Pre-release tag.

Builders will be added after this commit. `mika::dom::Div::new()` will return a `mika::dom::DivBuilder` instead of `mika::dom::Div`.

New implement of `Div` will change from `mut self` to `&mut self`. `DivBuilder` while take the role of the current `Div`. The new `Div` will be used to reiterate through the already built DOM.