dojo.io
dojo.io copied to clipboard
Tutorial for Layout of Widgets
@dylans can you provide some notes on the goals of this tutorial?
The main objective of this tutorial is to use CSS Modules as part of an application to layout several components into an application UI.
Ideally we would want to use a flex box layout, but need to make sure it is compatible with IE11.
This relates to some of the issues (dojo/widgets#21, dojo/widgets#278 and dojo/widgets#266) and so there may not be clear established patterns, which this tutorial will need to help tease out.