73 batch sms messaging #85
1 changed files with 2 additions and 2 deletions
|
|
@ -11,7 +11,7 @@
|
||||||
error?: string | Snippet;
|
error?: string | Snippet;
|
||||||
label?: string | Snippet;
|
label?: string | Snippet;
|
||||||
resizable?: boolean | 'yes' | 'no' | 'x' | 'y';
|
resizable?: boolean | 'yes' | 'no' | 'x' | 'y';
|
||||||
size?: DaisySize;
|
size?: DaisySize | 'md';
|
||||||
} & SvelteHTMLElements['textarea'];
|
} & SvelteHTMLElements['textarea'];
|
||||||
let {
|
let {
|
||||||
bordered,
|
bordered,
|
||||||
|
|
@ -25,7 +25,7 @@
|
||||||
}: Props = $props();
|
}: Props = $props();
|
||||||
</script>
|
</script>
|
||||||
|
|
||||||
<label class="form-control w-full max-w-lg">
|
<label class="form-control w-full">
|
||||||
<div class="label">
|
<div class="label">
|
||||||
<span
|
<span
|
||||||
class="label-text flex items-center gap-2"
|
class="label-text flex items-center gap-2"
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue