top of page
Click Preview to test your code
For more info go to the ReadMe page
Stencil Web Component
Notes
-
Custom Elements embed standard Web Components into Velo sites. They are supported only in websites that have a connected domain.
-
In this example we built a standard Web Component using Stencil (the table component) and embedded it into the site using a Custom Element. When clicking on the actions in the table component, we log the action and the context to the browser console.
-
The source code for the Stencil project can be found on github.
bottom of page