Skip to main content
Version: 26.1 (stable)

Extensions

An extension is a software package developed using the HELIO SDK. It can be imported into HELIO projects to enhance their built-in functionality. Extensions usually bundle multiple Custom Elements, Custom Actions and Dynamic Properties together so that they can be reused across your HELIO projects.

Extensions allow you to:

  • Extend HELIO's functionality
  • Bundle related functionality into one package
  • Share your creations with colleagues or across projects

How to Use Extensions

  1. Build the your extension using the HELIO SDK.
  2. Import it in a HELIO project (see Package and Install Your Extension in HELIO for more information).

From there:

  • All custom Elements, Actions, and Dynamic Properties in the extension will be available in this project.
  • You can use and configure them just like any native HELIO components.

Learn more with the following resources: