justboil / admin-one-vue-tailwind

Free Vue.js 3.x Tailwind 3.x admin dashboard template with dark mode. Vite builds. Pinia state. Laravel integration available
https://justboil.github.io/admin-one-vue-tailwind/
MIT License
2.19k stars 412 forks source link

add loading option to JbButton #5

Open izacximenes opened 2 years ago

garikaib commented 2 years ago

I think he meant something like this. https://tailwindcss.com/docs/animation (there is an animated button here). In my case I used it on my login button while in the demon the user is instantly logged in when they click on the login button in the real world that rarely happens as the frontend probably has to talk to some backend API and that takes a couple of noticeable milliseconds or even seconds depending on the connection. The loading animation just provides feedback to the user that their click/tap has been registered.