We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 24232f2 commit 2ef43cfCopy full SHA for 2ef43cf
sites/skeleton.dev/README.md
@@ -1 +1 @@
1
-# skeleton.dev source code
+# skeleton.dev source code
sites/skeleton.dev/src/routes/(inner)/components/autocomplete/+page.svelte
@@ -304,7 +304,11 @@ function myCustomFilter(): AutocompleteOption<string>[] {
304
305
<section class="space-y-4">
306
<h2 class="h2">Popup</h2>
307
- <p>We've provide a demo of using Autocomplete alongside a Skeleton popup utility below.</p>
+ <p>
308
+ We've provide a demo of using Autocomplete alongside a Skeleton popup utility below. See <a href="/utilities/popups" class="anchor"
309
+ >Popups</a
310
+ > for more details.
311
+ </p>
312
<DocsPreview background="neutral" regionFooter="text-center">
313
<svelte:fragment slot="preview">
314
<div class="text-token w-full max-w-sm space-y-2">
0 commit comments