This repository has been archived by the owner on May 15, 2024. It is now read-only.
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat(component): render Skeleton for component 'Summary' when loading…
… data ## what - Render skeleton when loading data ## how - Use Material-ui `Grid` to arrange elements - Use `Box` to define a element container with a defined height - Use `Skeleton` to render loading component ## why - its for better readability ## where - ./src/components/Summary/index.tsx ## usage
- Loading branch information