Use the Spinner
component to display an animated SVG spinner while loading data. For a more complete component, check out the LoadingOverlay
component instead, which wraps the Spinner
component and displays a message.
import { Spinner } from `~/core/ui/Spinner`;
<Spinner />;