[feat] added license

This commit is contained in:
kwaroran
2023-07-19 22:01:23 +09:00
parent dfc27df7c7
commit 07f6117a01
13 changed files with 269 additions and 106 deletions

View File

@@ -7,6 +7,7 @@
class:px-4={padding}
class:py-2={padding}
class:mb-4={marginBottom}
class:mt-4={marginTop}
class:w-full={fullwidth}
class:h-full={fullh}
{autocomplete}
@@ -26,6 +27,7 @@
export let id:string = undefined
export let padding = true
export let marginBottom = false
export let marginTop = false
export let onInput = () => {}
export let fullwidth = false
export let fullh = false