mirror of
https://github.com/carbon-design-system/carbon-components-svelte.git
synced 2025-09-14 18:01:06 +00:00
9 lines
248 B
Svelte
9 lines
248 B
Svelte
<script lang="ts">
|
|
import { Search } from "carbon-components-svelte";
|
|
</script>
|
|
|
|
<Search skeleton labelText="Default skeleton" />
|
|
|
|
<Search size="lg" skeleton labelText="Large skeleton" />
|
|
|
|
<Search size="sm" skeleton labelText="Small skeleton" />
|