Created Checklist for creating new views/controls (markdown)

Tig Kindel
2022-04-27 11:07:57 -07:00
parent b6e31d8456
commit 871190b220

@@ -0,0 +1,11 @@
* Supports parameterless constructor (which implies Relative Layout)
* Supports both Absolute and Relative positioning
* Includes a UI Catalog Scenario that demonstrates
* All functionality
* Absolute Layout
* Relative Layout
* Unicode and wide rune support
* Proves clipping (esp with window resizing) works correctly
* Comprehensive unit tests
* Well written, clear, and consistent API documentation
* Updated `/README.md`