Closed devzero0 closed 5 years ago
Usually, You should handle the CSS for your html. But I will still check your fiddle in my morning
Here is the updated fiddle - https://jsfiddle.net/8pu0wsL5/4/
Check the css section.
That worked, appreciate your help.
.vld-icon: {
display: flex;
align-items: center;
justify-content: center;
flex-direction: column;
}
This should be default styles for the container. Please update it if possible in the next release.
First off, thanks for this great component! When using the before or after slots, the loader is left aligned with the text. How can it be re-centered on screen? Here is an example JSFiddle that shows the issue.