First alpha
This commit is contained in:
9
src/components/modals/LoadingModal.tsx
Executable file
9
src/components/modals/LoadingModal.tsx
Executable file
@ -0,0 +1,9 @@
|
||||
import { h, Component } from 'preact';
|
||||
import "./modal.scss"
|
||||
import { Modal } from './Modal';
|
||||
|
||||
export default function LoadingModal() {
|
||||
return <Modal title="Loading" noClose>
|
||||
<div class="spinner primary" style="height: 80px; width: 80px; margin: 3rem auto;"></div>
|
||||
</Modal>
|
||||
}
|
Reference in New Issue
Block a user