novdom

Functions

pub fn start(component: fn() -> Component) -> Nil

Start the application. This function should be called in the main file of the application.
The given component will be rendered in the viewport.

Search Document