-
|
Here's a preview of a button where I added the As I already have a image at the start of the button, I would prefer the loading spinner to be at the end of the button. Any help will be appreciated! |
Beta Was this translation helpful? Give feedback.
Answered by
saadeghi
Sep 26, 2022
Replies: 1 comment 1 reply
-
|
Currently, that loading spinner is not easy to customize because I don't want to bring unnecessary breaking changes, but for the positioning, you can add these classes: https://play.tailwindcss.com/1gw9L8NXcM Let me know if you have any questions |
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
saadeghi
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment

Currently, that loading spinner is not easy to customize because I don't want to bring unnecessary breaking changes, but for the positioning, you can add these classes:
before:order-2 before:ml-2https://play.tailwindcss.com/1gw9L8NXcM
Let me know if you have any questions