📄️ Components
Components are JavaScript modules that add behavior to Custom Element in HTML. They treat HTML as a data source to extract: Values, Information, Events, and Directives, which are then used to update the DOM.
📄️ Helpers
Helpers are a set of scoped abstractions and functionalities tied to the context of a Custom Element.
📄️ Template System
Jails uses directives in HTML as a language to connect seamlessly with the component's state.
📄️ Jails API
Jails is an singleton, so it wasn't made to have multiple instances. So you can access most of Jails api throught it static methods.