-
Notifications
You must be signed in to change notification settings - Fork 2.4k
Show a loader on the button while forking #1733
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
Show a loader on the button while forking #1733
Conversation
|
I'll provide another solution by creating a |
This is a follow-up of codesandbox#1667. The effect is simple because for now I didn't want to modify the markup of the button. As far as my limited CSS skills lead me, @CompuIves suggestion regarding nzbin.github.io/three-dots would require to have a div wrapper around the button and a div to display the 3 dots. Do we want to do this?
8da2075 to
5e5920f
Compare
1cc2a33 to
f01daac
Compare
|
I like that! Could you make the dots a bit smaller? That would make the effect a bit more subtle. |
|
Yes, great! Thanks a lot! |
|
This implementation is super clean, I love it! |
|
I'd love to continue contributing to codesandbox, maybe on something bigger. Do you have a good issue for me? |


This is a follow-up of #1667.
The effect is simple because for now I didn't want to modify the markup of the button.
With my limited CSS skills, I think @CompuIves suggestion regarding nzbin.github.io/three-dots would require to have a div wrapper around the button and a div to display the 3 dots. Do we want to do this?