1 // Copyright (C) The Arvados Authors. All rights reserved.
3 // SPDX-License-Identifier: AGPL-3.0
5 import React from 'react';
6 import { ThreeDots } from 'react-loader-spinner'
7 import { withTheme } from '@material-ui/core';
8 import { ArvadosTheme } from 'common/custom-theme';
21 export const InlinePulser = withTheme()((props: Props & ThemeProps) => (
24 height={props.height || "30"}
25 width={props.width || "30"}
26 color={props.color || props.theme.customs.colors.greyL}
27 radius={props.radius || "10"}
28 ariaLabel="three-dots-loading"