We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Is there a prop or CSS styling to follow to make the Loader appear in the center of the page?
The text was updated successfully, but these errors were encountered:
Do this and give it a class name: <Loader className = "spinner" color="#26A65B" size="48px" margin="4px"/>
<Loader className = "spinner" color="#26A65B" size="48px" margin="4px"/>
Then in your .css add this:
.spinner div { width: 100px; height: 100px; position: absolute; top:0; bottom: 0; left: 0; right: 0; margin: auto; }
Sorry, something went wrong.
No branches or pull requests
Is there a prop or CSS styling to follow to make the Loader appear in the center of the page?
The text was updated successfully, but these errors were encountered: