11
common/resources/client/charts/chart-loading-indicator.tsx
Executable file
11
common/resources/client/charts/chart-loading-indicator.tsx
Executable file
@@ -0,0 +1,11 @@
|
||||
import {ProgressCircle} from '@common/ui/progress/progress-circle';
|
||||
import {Trans} from '@common/i18n/trans';
|
||||
|
||||
export function ChartLoadingIndicator() {
|
||||
return (
|
||||
<div className="flex items-center gap-10 text-sm absolute mx-auto">
|
||||
<ProgressCircle isIndeterminate size="sm" />
|
||||
<Trans message="Chart loading" />
|
||||
</div>
|
||||
);
|
||||
}
|
||||
Reference in New Issue
Block a user