Components
VanillaHTML components are single .html files that contain the HTML,CSS & JS. They can be used with any web based project. To import into a VanillaHTML template, place the file in the components directory and use the loadModule(fileLocation,elementID) function to load it into an existing element on the page.