You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jul 30, 2018. It is now read-only.
This issue is to discuss what widgets should be part of the foundational widgets, potentially located in this package, or in related packages, as we begin to develop the "out of the box" widgets.
Currently we have. Many of these were just created to be able to try to prototype and solve problems that other widgets may need and might be questionable in the final set:
Button - Analog of <button>
Container - Simply "owns" other widgets
Dijit - A wrapper class for Dojo 1 Dijits
LayoutContainer - Does a level of layout on contained widgets
List - A simple list UI component
Panel - A simple container
ResizePanel - Provides a handle that allows one of the contained widgets to be resized
TabbedPanel - All children owned are displayed as tabs
TextInput - Analog of <input type="text">
Widget - A generic "dumb" widget the includes all the foundational widget functionality and can render a tag and some content.