p-spinner component indicates an indeterminate ongoing process and should be used when users must wait for loading or
processing to finish.<!doctype html>
<html lang="en" class="scheme-light-dark">
<head>
<title></title>
</head>
<body class="bg-canvas">
<p-spinner aria="{'aria-label': 'Loading page content'}"></p-spinner>
<script>
</script>
</body>
</html>