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
In the current implementation it's impossible to remove the title popup because there is a default parameter value for when its undefined.
undefined
It would be nice to have an option to completely remove the title if desired to avoid these popups in a screen with lots of skeletons.
The text was updated successfully, but these errors were encountered:
The title attribute is essential for accessibility. If you prefer not to use it directly, avoid removing it with the title prop.
<ContentLoader title="" />
Sorry, something went wrong.
No branches or pull requests
In the current implementation it's impossible to remove the title popup because there is a default parameter value for when its
undefined
.It would be nice to have an option to completely remove the title if desired to avoid these popups in a screen with lots of skeletons.
The text was updated successfully, but these errors were encountered: