mirror of
https://github.com/DeveloLongScript/MHSF.git
synced 2026-05-07 23:45:02 -05:00
feat: progess (2/17, was extremely busy today)
This commit is contained in:
parent
e0095ca890
commit
086ccdc3ee
@ -37,7 +37,11 @@ export function ServerList() {
|
|||||||
dataLength={itemsLength}
|
dataLength={itemsLength}
|
||||||
next={fetchMoreData}
|
next={fetchMoreData}
|
||||||
hasMore={hasMoreData}
|
hasMore={hasMoreData}
|
||||||
loader={<>Loading...</>}
|
loader={
|
||||||
|
<span className="mt-2 left-[50%] right-[50%] absolute">
|
||||||
|
<Spinner />
|
||||||
|
</span>
|
||||||
|
}
|
||||||
>
|
>
|
||||||
<div className="grid grid-cols-1 sm:grid-cols-2 md:grid-cols-3 lg:grid-cols-4 gap-2 mt-3">
|
<div className="grid grid-cols-1 sm:grid-cols-2 md:grid-cols-3 lg:grid-cols-4 gap-2 mt-3">
|
||||||
{data.map((c) => (
|
{data.map((c) => (
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user