component library

Classes

Component
The base class to create a component. Every component extends from this class and defines props(), tagName, template(), style() and methodRegistry. A Component structure must be like the following syntax:

Typedefs

PulsarEvent = Event
Extends from Event. It is the Event type of the @events in the templates. example: @click, @submit, @mouseover