Module component

Module component 

Source
Expand description

Module containing the rust_fel::Component trait. Necessary for state management at the struct level.

Traits§

Component
Components are the basic building blocks of the UI. Each Component chooses how to display itself using received props and self-managed state. Inspired by Yew’s Component