Skip to content

Commit

Permalink
feat: convert to ms
Browse files Browse the repository at this point in the history
  • Loading branch information
junghyeonsu committed Sep 11, 2024
1 parent 330484e commit a273403
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions component-docs/src/components/SkeletonControls.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -144,7 +144,7 @@ export const SkeletonControls = () => {
whiteSpace: "nowrap",
}}
>
스켈레톤 트랜지션: {initTransitionDuration}ms
스켈레톤 트랜지션: {convertToMs(initTransitionDuration)}ms
</span>
</div>
</div>
Expand All @@ -157,7 +157,7 @@ export const SkeletonControls = () => {

<div className={css.controlBlock}>
<label className={css.controlLabel} htmlFor="initTransitionDuration">
InitTransitionDuration
스켈레톤 트랜지션 시간
</label>
<input
className={css.controlInput}
Expand All @@ -169,7 +169,7 @@ export const SkeletonControls = () => {
</div>
<div className={css.controlBlock}>
<label className={css.controlLabel} htmlFor="realLoadingStartTime">
realLoadingStartTime
실제 로딩 시작 시간
</label>
<input
className={css.controlInput}
Expand All @@ -184,7 +184,7 @@ export const SkeletonControls = () => {
<h2 className={css.controlTitle}>Loading</h2>
<div className={css.controlBlock}>
<label className={css.controlLabel} htmlFor="loadingDuration">
Loading Duration
총 로딩 길이
</label>
<input
className={css.controlInput}
Expand Down

0 comments on commit a273403

Please sign in to comment.