Color picker wip

This commit is contained in:
barsdeveloper
2022-09-30 21:12:10 +02:00
parent 7846aa74ea
commit 91e1e0885e
12 changed files with 212 additions and 47 deletions

View File

@@ -10,6 +10,9 @@ export default class ITemplate {
static styles = css``
/** @type {T} */
element
/** @type {IInput[]} */
#inputObjects = []
get inputObjects() {