-
Notifications
You must be signed in to change notification settings - Fork 30
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Loaders to be consistent with the new api of the
SkeletonPiece
comp…
…onent.
- Loading branch information
1 parent
0f58b98
commit edbe11b
Showing
7 changed files
with
67 additions
and
87 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,21 @@ | ||
import React from 'react' | ||
import { SkeletonPiece, SkeletonBox } from 'vtex.my-account-commons' | ||
|
||
const FormLoader = () => ( | ||
<SkeletonBox shouldAllowGrowing maxWidthStep={6}> | ||
<div className="mb8 mt4"> | ||
<SkeletonPiece width="100" size="3" /> | ||
<SkeletonPiece width="100" size="3" /> | ||
</div> | ||
<div className="mb9"> | ||
<SkeletonPiece width="100" size="3" /> | ||
<SkeletonPiece width="100" size="3" /> | ||
</div> | ||
<div className="mb8"> | ||
<SkeletonPiece width="40" size="3" /> | ||
<SkeletonPiece width="40" size="3" /> | ||
</div> | ||
</SkeletonBox> | ||
) | ||
|
||
export default FormLoader |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters