Objective
This recipe is a simple outline on how to familiarize yourself with the built-in Dojo 2 widgets.
Procedure
- View the Dojo 2 Widget Showcase, a live demo of all built-in widgets on one page
- View the source code for the widget show case, for example, the main App.ts which renders the built-in Dojo 2 widgets
- View the directory listing of Dojo widgets on GitHub
- View the documentation for individual widgets, for example the Calendar widget has documentation for rendering and customizing the calendar widget
Further reading:
The Render a built-in Dojo 2 Widget recipe includes minimal code to embed a built-in widget into your application.