Skip to content
New issue

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

Not possible to remove title #309

Open
callensm opened this issue May 19, 2023 · 1 comment
Open

Not possible to remove title #309

callensm opened this issue May 19, 2023 · 1 comment

Comments

@callensm
Copy link

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.

@IamSAL
Copy link

IamSAL commented Oct 13, 2023

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

<ContentLoader title=""  />

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants