react-content-loader
react-content-loader copied to clipboard
Not possible to remove title
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 title attribute is essential for accessibility. If you prefer not to use it directly, avoid removing it with the title prop.
<ContentLoader title="" />