Skip to content

Commit a2d1474

Browse files
committed
Add wc tag to signature pad
1 parent ca132da commit a2d1474

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

src/lib/modules/forms/form-inputs/signature-pad/SignaturePadInput.svelte

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,13 @@
1+
<svelte:options
2+
customElement={{
3+
tag: "sui-signature-pad-input",
4+
shadow: "none",
5+
props: {
6+
signature: { type: "String", reflect: true }
7+
}
8+
}}
9+
/>
10+
111
<script lang="ts">
212
import { t } from "$lib/stores/i18n.store";
313
import { onMount } from "svelte";

0 commit comments

Comments
 (0)