mirror of
https://github.com/vercel/commerce.git
synced 2025-07-22 20:26:49 +00:00
Skeleton Component
This commit is contained in:
@@ -128,7 +128,10 @@ export default function Search({
|
||||
</>
|
||||
) : (
|
||||
// TODO: add a proper loading state
|
||||
<div>Searching...</div>
|
||||
<div>
|
||||
Searching...
|
||||
<Skeleton></Skeleton>
|
||||
</div>
|
||||
)}
|
||||
</div>
|
||||
<div className="col-span-2">
|
||||
|
Reference in New Issue
Block a user