-
-
Notifications
You must be signed in to change notification settings - Fork 1.3k
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
Add skeleton loader #186
Comments
Would be nice but tailwind already has one that kinda works |
i think about skeleton without code |
@Hugo01 That would be cool but I think there's a high chance that the real layout don't match one of these 👀 |
Just to add a +1 - we'd have a real use for these types of components as well. Often when designing a page, the actual component is rendered with data in the application, but in the design view we use a placeholder, a variety of placeholders would be perfect for this. |
That would be nice. Would be really cool to have something like skeleton-circle, skeleton-square, skeleton-progress etc |
Yeah, that's probably the most efficient way 🤔
And anything can be achieved using width/height utilities and flexbox/grid |
Maybe add as an modifier to the components that are most likely used for those? Input, Avatar, Button and so on So something like |
What tailwind doesn't have is a shimmer animation, that could be added here maybe? |
Fixed in daisyUI 4 |
A nice addition to this ui kit would be a skeleton loader, such as this one https://vuetifyjs.com/en/components/skeleton-loaders/#usage
The text was updated successfully, but these errors were encountered: