@@ -4,36 +4,36 @@ import { Skeleton } from '@patternfly/react-core';
44export const SkeletonShapes : React . FunctionComponent = ( ) => (
55 < Fragment >
66 Small circle
7- < Skeleton shape = "circle" width = "15%" screenreaderText = "Loading small circle contents " />
7+ < Skeleton shape = "circle" width = "15%" screenreaderText = "Loading circle content " />
88 < br />
99 Medium circle
10- < Skeleton shape = "circle" width = "30%" screenreaderText = "Loading medium circle contents" />
10+ < Skeleton shape = "circle" width = "30%" />
1111 < br />
1212 Large circle
13- < Skeleton shape = "circle" width = "50%" screenreaderText = "Loading large circle contents" />
13+ < Skeleton shape = "circle" width = "50%" />
1414 < br />
1515 Small square
16- < Skeleton shape = "square" width = "15%" screenreaderText = "Loading small square contents " />
16+ < Skeleton shape = "square" width = "15%" screenreaderText = "Loading square content " />
1717 < br />
1818 Medium square
19- < Skeleton shape = "square" width = "30%" screenreaderText = "Loading medium square contents" />
19+ < Skeleton shape = "square" width = "30%" />
2020 < br />
2121 Large square
22- < Skeleton shape = "square" width = "50%" screenreaderText = "Loading large square contents" />
22+ < Skeleton shape = "square" width = "50%" />
2323 < br />
2424 Small rectangle
2525 < div style = { { height : '200px' } } >
26- < Skeleton height = "50%" width = "50%" screenreaderText = "Loading small rectangle contents " />
26+ < Skeleton height = "50%" width = "50%" screenreaderText = "Loading rectangle content " />
2727 </ div >
2828 < br />
2929 Medium rectangle
3030 < div style = { { height : '200px' } } >
31- < Skeleton height = "75%" width = "75%" screenreaderText = "Loading medium rectangle contents" />
31+ < Skeleton height = "75%" width = "75%" />
3232 </ div >
3333 < br />
3434 Large rectangle
3535 < div style = { { height : '200px' } } >
36- < Skeleton height = "100%" screenreaderText = "Loading large rectangle contents" />
36+ < Skeleton height = "100%" />
3737 </ div >
3838 </ Fragment >
3939) ;
0 commit comments