Spinner Dot now available

Spinner from: https://tobiasahlin.com/spinkit/
This commit is contained in:
Martin Filser 2021-06-09 20:36:55 +02:00
parent 8aa58c0b11
commit a74fac4cbf
3 changed files with 59 additions and 0 deletions

View file

@ -52,5 +52,6 @@ export const TYPE_TEMPLATE_CONTAINER = 'template-container';
export const ALLOWED_WAIT_SPINNERS = [
'Bounce',
'Cube',
'Dot',
'Wave'
];