I released React-Pulsable GitHub last year, and after seeing it in action across a few projects, I wanted to share it with a wider audience. It’s a lightweight library that lets you easily add customizable pulsating animations to any React component, helping to highlight elements like buttons, icons, or any UI component. Key Features:
Easy integration with any React component
Fully customizable (duration, color, size, etc.)
Lightweight and doesn't rely on external dependencies
Great for adding subtle yet engaging effects to your UI
Here’s an example:<Pulsable isLoading={isLoading}> <YourComponent /> </Pulsable>
Now that it's been stable for a while, I’m looking for feedback and ideas on how it can be improved! Feel free to check it out on GitHub (https://github.com/abdheshnayak/react-pulsable).