Import Custom Components

JET Custom Components can be loaded using the "imports" section in a shell or page.

The "components" section contains a map of component IDs to objects which contain a (requireJS) path to the JET Custom Components loader javascript. The ID should match the component tag.

Example 1-65 Example:

"imports": {
  "components": {
    "demo-card": {
      "path": "resources/components/democard/loader"
    }
  }
}