mirror of
https://github.com/carbon-design-system/carbon-components-svelte.git
synced 2025-09-15 18:31:06 +00:00
7 lines
182 B
Svelte
7 lines
182 B
Svelte
<script lang="ts">
|
|
import { SkeletonPlaceholder } from "carbon-components-svelte";
|
|
</script>
|
|
|
|
<SkeletonPlaceholder />
|
|
|
|
<SkeletonPlaceholder style="height: 12rem; width: 12rem;" />
|