mirror of
https://github.com/carbon-design-system/carbon-components-svelte.git
synced 2025-09-15 10:21:05 +00:00
fix(skeleton-text): unkey paragraph rows
Chance of duplicate keys is high
This commit is contained in:
parent
6d48ff38cb
commit
7b995db968
2 changed files with 5 additions and 1 deletions
|
@ -19,6 +19,10 @@
|
|||
|
||||
<SkeletonText paragraph />
|
||||
|
||||
### Paragraph with custom line count
|
||||
|
||||
<SkeletonText paragraph lines={8} />
|
||||
|
||||
### Paragraph with max width
|
||||
|
||||
<SkeletonText paragraph width="50%" />
|
Loading…
Add table
Add a link
Reference in a new issue