Skip to content

Latest commit

 

History

History

using-components

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 

Using Components

A component is the most basic UI building block. Components are configurable javascript objects which render HTML content to the DOM. Most components use stores to populate the data to be rendered. Common examples of components in the App SDK include combo boxes, grids and boards.

This exercise will demonstrate how to add SDK components backed by data stores to an app and connect them with events.

Some helpful documentation:

A solution to this problem is provided to compare against.