Skip to content

Commit 2ef43cf

Browse files
Mahmoud-zinoMahmoud-zino
and
Mahmoud-zino
authored
added link from autocomplete to popups (#2571)
Co-authored-by: Mahmoud-zino <[email protected]>
1 parent 24232f2 commit 2ef43cf

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed

sites/skeleton.dev/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
# skeleton.dev source code
1+
# skeleton.dev source code

sites/skeleton.dev/src/routes/(inner)/components/autocomplete/+page.svelte

+5-1
Original file line numberDiff line numberDiff line change
@@ -304,7 +304,11 @@ function myCustomFilter(): AutocompleteOption<string>[] {
304304

305305
<section class="space-y-4">
306306
<h2 class="h2">Popup</h2>
307-
<p>We've provide a demo of using Autocomplete alongside a Skeleton popup utility below.</p>
307+
<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>
308312
<DocsPreview background="neutral" regionFooter="text-center">
309313
<svelte:fragment slot="preview">
310314
<div class="text-token w-full max-w-sm space-y-2">

0 commit comments

Comments
 (0)