We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9848985 commit 617523fCopy full SHA for 617523f
src/routes/demo/+page.svelte
@@ -7,16 +7,16 @@
7
<title>Demo • Date Picker Svelte</title>
8
</svelte:head>
9
10
-<!-- svelte-ignore a11y_consider_explicit_label -->
+<!-- svelte-ignore a11y-missing-content -->
11
<a id="Demo"></a>
12
<h1>Demo</h1>
13
14
15
<a id="DateInput"></a>
16
<h2>DateInput</h2>
17
<DateInput />
18
19
20
<a id="DatePicker"></a>
21
<h2>DatePicker</h2>
22
<DatePicker />
0 commit comments