mirror of
https://github.com/DeNNiiInc/dbgate.git
synced 2026-04-19 16:36:00 +00:00
forms
This commit is contained in:
5
packages/web/src/forms/TextField.svelte
Normal file
5
packages/web/src/forms/TextField.svelte
Normal file
@@ -0,0 +1,5 @@
|
||||
<script lang="ts">
|
||||
export let value;
|
||||
</script>
|
||||
|
||||
<input type="text" {...$$restProps} bind:value on:change />
|
||||
Reference in New Issue
Block a user