Extensions
An extension is a software package developed using the HELIO SDK. It can be installed in 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
- Build the your extension using the
HELIO SDK. - Install it in a HELIO project.
From there:
- All custom
Elements,Actions, andDynamic Propertiesin 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:
- Learn about how to build extensions using the Extend HELIO Using the SDK guide.