Skip to content

Data

The <g-composer></g-composer> component acts as a bridge between the data and the template engine, facilitating the seamless integration of data updates with the visual output.

You can load the data with several methods:

The .data property provides a convenient interface for managing the data. You can add, remove, or modify data points (at first level or in deep), triggering immediate updates to the visual representation.

Reactivity allows the framework to automatically update the corresponding elements when data changes, ensuring that the view accurately reflects the latest information.

Released under the MIT License.