mirror of
https://github.com/spliit-app/spliit.git
synced 2026-02-25 17:06:13 +01:00
Better loading behavior
This commit is contained in:
13
src/components/progress-bar.tsx
Normal file
13
src/components/progress-bar.tsx
Normal file
@@ -0,0 +1,13 @@
|
||||
'use client'
|
||||
import { Next13ProgressBar } from 'next13-progressbar'
|
||||
|
||||
export function ProgressBar() {
|
||||
return (
|
||||
<Next13ProgressBar
|
||||
height="2px"
|
||||
color="#64748b"
|
||||
options={{ showSpinner: true }}
|
||||
showOnShallow
|
||||
/>
|
||||
)
|
||||
}
|
||||
Reference in New Issue
Block a user