[][src]Module rust_fel::component

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