Template elements
Templates are pre-created HTML elements and JS code.
Here you can find a list of template elements and how to create them.
Supported Templates
header
drawer menu (login)
Creating a template element
To create a template element simply add template in front of any of the above names e.g.
<template-header></template-header>
to use a header template.
Last updated
Was this helpful?