## Widgets Widgets are the building blocks of our UI. We are currently making all our widgets [WebComponents](https://developer.mozilla.org/en-US/docs/Web/API/Web_components) based on [Lit](https://lit.dev/docs/). Many of our widgets use [Shoelace](https://shoelace.style) components as building blocks. If you just want to use existing widgets, you can put them in your .xet template file: ```xml ``` Rendered example template