carbon-components-svelte/docs/src/pages/components/SkeletonText.svx
Eric Liu 7b995db968 fix(skeleton-text): unkey paragraph rows
Chance of duplicate keys is high
2020-10-15 05:47:45 -07:00

28 lines
No EOL
456 B
Text

<script>
import { SkeletonText } from "carbon-components-svelte";
import Preview from "../../components/Preview.svelte";
</script>
### Default
<SkeletonText />
### Heading variant
<SkeletonText heading />
### Heading variant
<SkeletonText heading />
### Paragraph variant
<SkeletonText paragraph />
### Paragraph with custom line count
<SkeletonText paragraph lines={8} />
### Paragraph with max width
<SkeletonText paragraph width="50%" />