Skip to content

Commit

Permalink
fix(progressIndicators): update story of spinner and progress ring
Browse files Browse the repository at this point in the history
  • Loading branch information
anuradha9712 authored and satyamyadav committed Dec 6, 2024
1 parent c258c78 commit 506ca9b
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ export const size = () => {
<div className="d-flex">
{sizes.map((ProgressRingSize, ind) => {
return (
<div key={ind} className="mr-10">
<div key={ind} className="mr-10 d-flex flex-column align-items-center">
<ProgressRing size={ProgressRingSize} value={30} />
<br />
<Text weight="strong">{ProgressRingSize.charAt(0).toUpperCase() + ProgressRingSize.slice(1)}</Text>
Expand Down
2 changes: 1 addition & 1 deletion core/components/atoms/spinner/__stories__/Size.story.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ export const size = () => {
<div className="d-flex">
{sizes.map((SpinnerSize, ind) => {
return (
<div key={ind} className="mr-8">
<div key={ind} className="mr-8 d-flex flex-column align-items-center">
<div className="h-75">
<Spinner size={SpinnerSize} />
</div>
Expand Down
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion docs/src/pages/components/progressIndicators/usage.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ Progress bar comes in **4 sizes** - extra small, small, regular and large.

#### Skeleton Loaders - Image

For images, skeleton loaders come in **2 shapes** - square and round.
For images, skeleton loaders come in **2 shapes** - round and square.

![Skeleton Loaders - Image - Shape](./images/skeleton-loader-shape.png)
<Caption>Skeleton Loaders - Image - Shape</Caption>
Expand Down

0 comments on commit 506ca9b

Please sign in to comment.