update 24/03
This commit is contained in:
7
src/components/LoadingUi.tsx
Normal file
7
src/components/LoadingUi.tsx
Normal file
@@ -0,0 +1,7 @@
|
||||
export default function LoadingUI({ width = "100%", height = "150px" }) {
|
||||
return (
|
||||
<div style={{ width, height }} className="loading-box">
|
||||
<div className="loading-content">Đang tải...</div>
|
||||
</div>
|
||||
);
|
||||
}
|
||||
Reference in New Issue
Block a user