feat(Layout): add loading spinner component and to layout

Reusable spinner component

Apply spinner to layout to show a "loading state" between transitions, the spinner only shows if the transition is taking more than .2 secconds
This commit is contained in:
Alexander Navarro 2024-03-07 17:20:45 -03:00
parent d770f51948
commit a1528a2ad8
3 changed files with 109 additions and 1 deletions

View file

@ -102,3 +102,7 @@ li:not(:last-child) {
height: 100% !important;
}
}
.d-none {
display: none;
}