Widgets

screenshot of Widgets

:rocket: Dojo - UI widgets.

Overview

@dojo/widgets is a suite of pre-built Dojo widgets that are ready to use in web applications. These widgets are built using Dojo's widget authoring system, @dojo/framework/core.

Features

  • All widgets are supported in all evergreen browsers (Chrome, Edge, Firefox, IE11+, and Safari) as well as popular mobile browsers (Mobile Safari, Chrome on Android).
  • All widgets are designed to be accessible and have an aria property for custom ARIA semantics.
  • All widgets are fully themeable with example themes available in the @dojo/themes repository.
  • All widgets support internationalization (i18n).
template
Templates & Themes

A template or theme refers to a pre-designed layout or structure that provides a basic framework for building a specific type of application or website. It typically includes good design, placeholder content and functional features, allowing developers to customize and fill in the details according to their specific needs.

typescript
Typescript

TypeScript is a superset of JavaScript, providing optional static typing, classes, interfaces, and other features that help developers write more maintainable and scalable code. TypeScript's static typing system can catch errors at compile-time, making it easier to build and maintain large applications.