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:
parent
d770f51948
commit
a1528a2ad8
3 changed files with 109 additions and 1 deletions
|
|
@ -102,3 +102,7 @@ li:not(:last-child) {
|
|||
height: 100% !important;
|
||||
}
|
||||
}
|
||||
|
||||
.d-none {
|
||||
display: none;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue