feat(search)!: integrate Search with v11 (#1970)

This commit is contained in:
Eric Liu 2024-05-05 13:31:26 -07:00 committed by GitHub
commit cf41756cf4
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
7 changed files with 105 additions and 189 deletions

View file

@ -1,21 +1,20 @@
<script lang="ts">
import { Search } from "../types";
import { Search, SearchSkeleton } from "../types";
</script>
<Search on:paste />
<Search
spellcheck="false"
expandable
disabled
light
size="sm"
placeholder="Search catalog..."
value="Cloud functions"
on:input
on:paste
on:clear
on:expand
on:collapse
/>
<Search placeholder="Search catalog..." value="Cloud functions" />
<Search light name="search" />
<Search size="lg" />
<Search size="sm" />
<Search disabled />
<Search skeleton />
<Search size="lg" skeleton />
<Search size="sm" skeleton />
<SearchSkeleton size="lg" />