mirror of
https://github.com/carbon-design-system/carbon-components-svelte.git
synced 2025-09-14 18:01:06 +00:00
28 lines
No EOL
388 B
Text
28 lines
No EOL
388 B
Text
<script>
|
|
import { Search } from "carbon-components-svelte";
|
|
import Preview from "../../components/Preview.svelte";
|
|
</script>
|
|
|
|
### Default
|
|
|
|
<Search />
|
|
|
|
### Default value
|
|
|
|
<Search placeholder="Search catalog..." value="Cloud functions" />
|
|
|
|
### Light variant
|
|
|
|
<Search light />
|
|
|
|
### Large size
|
|
|
|
<Search size="lg" />
|
|
|
|
### Small size
|
|
|
|
<Search size="sm" />
|
|
|
|
### Skeleton
|
|
|
|
<Search skeleton /> |