Skip to content

Commit

Permalink
chore(ProgressIndicator): replace show_label & label_direction (#…
Browse files Browse the repository at this point in the history
  • Loading branch information
langz authored Nov 7, 2024
1 parent 55c7ad3 commit ce08bc8
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 11 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -168,8 +168,8 @@ export const DialogExampleProgressIndicator = () => (
maxWidth="12rem"
>
<ProgressIndicator
show_label
label_direction="vertical"
showDefaultLabel
labelDirection="vertical"
top="large"
bottom="large"
/>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -242,8 +242,8 @@ export const DialogSandbox = () => (
maxWidth="12rem"
>
<ProgressIndicator
show_label
label_direction="vertical"
showDefaultLabel
labelDirection="vertical"
top="large"
bottom="large"
size="large"
Expand All @@ -262,8 +262,8 @@ export const DialogSandbox = () => (
maxWidth="12rem"
>
<ProgressIndicator
show_label
label_direction="vertical"
showDefaultLabel
labelDirection="vertical"
top="large"
bottom="large"
size="large"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -89,8 +89,8 @@ export const ModalSandbox = () => (
max_width="12rem"
>
<ProgressIndicator
show_label
label_direction="vertical"
showDefaultLabel
labelDirection="vertical"
top="large"
bottom="large"
size="large"
Expand All @@ -106,8 +106,8 @@ export const ModalSandbox = () => (
max_width="12rem"
>
<ProgressIndicator
show_label
label_direction="vertical"
showDefaultLabel
labelDirection="vertical"
top="large"
bottom="large"
size="large"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ const ProgressIndicatorCircular = () => {
// progress={88}
size="large"
visible={visible}
on_complete={() => {
onComplete={() => {
console.log('on_complete')
}}
/>
Expand Down

0 comments on commit ce08bc8

Please sign in to comment.