-
Notifications
You must be signed in to change notification settings - Fork 5
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
Suggested design for buttons #5
Conversation
Where is flowbite used and why? |
Installing Flowbite is not mandatory but by installing it in project will help in modify Flowbite's default styles for future use. It simplifies collaboration with other developers, as they can install the exact same version by running npm install. |
Please remove it. Try to keep the PR focused on the relevant changes. |
Thank you for the guidance! I'll remove Flowbite from the project dependencies and ensure the PR focuses solely on the relevant changes. Let me know if there's anything else you'd like me to address |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Add animation transitions and add similiar designs to buttons on other pages as well.
Changed Design of All Buttons. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Please try and add transition animations too.
What do you mean by "add transition animations" with respect to button ? |
The button changes immediately on hover. Try and implement a transition time of let's say 0.5s |
The transition isn't working and it isn't even supposed to work on colour-change effects. So merging this for now. |
The below is suggested design for buttons. I also installed flowbite in project.
Issue - #2