Objective

This recipe is a simple outline on how to familiarize yourself with the built-in Dojo 2 widgets.

Procedure

  1. View the Dojo 2 Widget Showcase, a live demo of all built-in widgets on one page
  2. View the source code for the widget show case, for example, the main App.ts which renders the built-in Dojo 2 widgets
  3. View the directory listing of Dojo widgets on GitHub
  4. 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.