Currently there is no built-in solution for adding transitions when elements are added or removed from the DOM. There should be a built-in `<xt-transition>` component that works similar to [Vue's <Transition>](https://vuejs.org/guide/built-ins/transition.html) or this [Web component alternative](https://www.webcomponents.org/element/enlightenmentor/vue-transition)
Currently there is no built-in solution for adding transitions when elements are added or removed from the DOM.
There should be a built-in
<xt-transition>component that works similar to Vue's or this Web component alternative