NavigationProgressProps
NavigationProgressProps =
object
Defined in: packages/ui/src/types.ts:1360
Props for the NavigationProgress component.
Thin progress bar rendered at the top of the page during React Router navigation
transitions. Uses useNavigation().state to show on "loading" and hide on "idle".
Typically placed in the root layout; no configuration is required beyond optional color.
Properties
Section titled “Properties”color?
Section titled “color?”
optionalcolor:string
Defined in: packages/ui/src/types.ts:1362
Progress bar color. Defaults to “#1976d2”.