promkit-widgets
Conventions (rough guidelines)
- Each widget contains a single
State - All
Statemust implement PaneFactory - Place files that represent state implementations at the same level as lib.rs
- e.g. Text Editor
StateState must implement
PaneFactory