exellian / rui

Rust framework for building modern ui
3 stars 0 forks source link

[draft] component trait #3

Open aberratic opened 2 years ago

aberratic commented 2 years ago

As a developer I'd like to have a common Component trait, which I can use across all Components. This trait therefore shall include methods to handle draw and layout specific events.

Basic

Advanced Features