thekavikumar / love-simple-ui

An open-source, light-weighted, tailwindcss supported UI library for developers to make their life easier :)
https://love-simple-ui.vercel.app
MIT License
55 stars 100 forks source link

Add loading button #117

Closed Abhinavcode13 closed 11 months ago

Abhinavcode13 commented 11 months ago

Current Behavior

To add a new UI component - loading button

Desired Behavior

The button starts in an enabled state, allowing the user to interact with it. When the button is clicked, it enters a loading state to indicate that an action is in progress. The button becomes disabled to prevent further clicks while the action is being processed. The button displays a loading indicator or custom loading text to provide visual feedback to the user. After the action is completed, the button returns to its enabled state, allowing for further interactions.

Screenshots / Mockups

image


Abhinavcode13 commented 11 months ago

Its great to have a material UI repo , I have already worked on material UI components. great job

can you assign me this @thekavikumar

swayamshreenanda20 commented 11 months ago

Hi, I would like to work on this issue under gssoc'23, Can you assign it to me?

thekavikumar commented 11 months ago

This issue is resolved! Pls contribute to some other issue Happy coding