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