fix(skeleton-text): unkey paragraph rows

Chance of duplicate keys is high
This commit is contained in:
Eric Liu 2020-10-15 05:47:45 -07:00
commit 7b995db968
2 changed files with 5 additions and 1 deletions

View file

@ -19,6 +19,10 @@
<SkeletonText paragraph />
### Paragraph with custom line count
<SkeletonText paragraph lines={8} />
### Paragraph with max width
<SkeletonText paragraph width="50%" />