# Activator Fusion Components

This folder contain the standard components developed for Activator.

Code should not be edited in this folder as all content can be replaced during
upgrades.

To report bugs, email description to sli@anthillagency.com 

# Component Lifecycle
All components inherit the [lifecycle hooks of the LitElement](https://lit-element.polymer-project.org/guide/lifecycle).
Additionally there are added the following hooks:

# Component Events
* ```rendered``` - fired after the component has been rendered (in the ```firstUpdated``` hook);
* ```published``` - fired after FusionAPI has send the `addElement` request to the backend;
