mirror of
https://github.com/carbon-design-system/carbon-components-svelte.git
synced 2025-09-14 18:01:06 +00:00
15 lines
250 B
Svelte
15 lines
250 B
Svelte
<script lang="ts">
|
|
import { SkeletonText } from "../types";
|
|
</script>
|
|
|
|
<SkeletonText />
|
|
|
|
<SkeletonText heading />
|
|
|
|
<SkeletonText heading />
|
|
|
|
<SkeletonText paragraph />
|
|
|
|
<SkeletonText paragraph lines="{8}" />
|
|
|
|
<SkeletonText paragraph width="50%" />
|