Butchering the UI framework

This commit is contained in:
Pieter Vander Vennet 2021-06-10 01:36:20 +02:00
parent 8d404b1ba9
commit 6415e195d1
90 changed files with 1012 additions and 3101 deletions

View file

@ -31,7 +31,7 @@ export class ImageCarousel extends UIElement{
return uiElements;
});
this.slideshow = new SlideShow(uiElements).HideOnEmpty(true);
this.slideshow = new SlideShow(uiElements);
this.SetClass("block w-full");
this.slideshow.SetClass("w-full");
}