Skip to content

Commit 1c294a2

Browse files
committed
updated skeleton card demo
1 parent aad3665 commit 1c294a2

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

packages/react-core/src/demos/examples/Skeleton/SkeletonCard.tsx

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -7,9 +7,9 @@ export const SkeletonCard: React.FunctionComponent = () => {
77
<CardBody>
88
<Flex direction={{ default: 'column' }} spacer={{ default: 'spacerMd' }}>
99
<Skeleton screenreaderText="Loading content" />
10-
<Skeleton width="66%" screenreaderText="Loaded 66% of content" />
11-
<Skeleton width="25%" screenreaderText="Loaded 25% of content" />
12-
<Skeleton width="50%" screenreaderText="Loaded 50% of content" />
10+
<Skeleton width="66%" />
11+
<Skeleton width="25%" />
12+
<Skeleton width="50%" />
1313
</Flex>
1414
</CardBody>
1515
<CardBody>
@@ -18,9 +18,9 @@ export const SkeletonCard: React.FunctionComponent = () => {
1818
<CardBody>
1919
<Flex direction={{ default: 'column' }} spacer={{ default: 'spacerMd' }}>
2020
<Skeleton screenreaderText="Loading content" />
21-
<Skeleton width="25%" screenreaderText="Loaded 25% of content" />
22-
<Skeleton width="75%" screenreaderText="Loaded 75% of content" />
23-
<Skeleton width="50%" screenreaderText="Loaded 50% of content" />
21+
<Skeleton width="25%" />
22+
<Skeleton width="75%" />
23+
<Skeleton width="50%" />
2424
</Flex>
2525
</CardBody>
2626
</Card>

0 commit comments

Comments
 (0)