react-content-loader icon indicating copy to clipboard operation
react-content-loader copied to clipboard

Not possible to remove title

Open callensm opened this issue 2 years ago • 1 comments

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.

callensm avatar May 19 '23 14:05 callensm

The title attribute is essential for accessibility. If you prefer not to use it directly, avoid removing it with the title prop.

<ContentLoader title=""  />

IamSAL avatar Oct 13 '23 08:10 IamSAL