Extend Foundry's MultiSelectElement so that I can provide a label to it

This commit is contained in:
Oliver-Akins 2025-04-27 20:46:55 -06:00
parent 5e9b91b199
commit d858aa5b66
5 changed files with 53 additions and 0 deletions

View file

@ -1,3 +1,5 @@
@layer resets, elements, components, apps, exceptions;
@import url("./elements/custom-multi-select.css") layer(elements);
@import url("./Apps/StatsViewer.css") layer(apps);