Repository URL to install this package:
|
Version:
8.1.0-rc.5 ▾
|
@keyframes spinner {
to {
transform: rotate(360deg);
}
}
.LoadingIcon {
width: 32px;
animation: spinner 0.75s linear infinite;
}