Skip to content

Latest commit

 

History

History
21 lines (12 loc) · 982 Bytes

README.md

File metadata and controls

21 lines (12 loc) · 982 Bytes

Digital Content Components

The authoring environment and the generated cases use web components to execute active web tasks, e.g., buttons, animations, inputs, etc. These web components follow the DCC standard and are stored in this directory.

Playground

Learn and try to instantiate and customize Digital Content Components (DCCs) at DCC Playground.

Gallery

Visit our DCC Gallery where you will see some examples of how to compose DCCs to build things. Each example can be interactively edited inside our playground.

Syntax and Examples

Reference of instantiation and composition of Digital Content Components with examples: DCC Syntax and Examples.

Code Patterns

Properties

Getter and setter approach based on:

Attributes and Properties in Custom Elements, Alligator.io, September 13, 2017