feat(fab): add Floating Action Button feature with Stack, Radial and Morph variants#17
feat(fab): add Floating Action Button feature with Stack, Radial and Morph variants#17Vinnih-1 wants to merge 10 commits intodeveloperchunk:mainfrom
Conversation
|
Hey @Vinnih-1 👋 Thank you so much for putting your efforts into adding a new component, I know it takes a lot of effort to do that! Please spare me some time, so that I can review it! Thanks |
|
Hey @Vinnih-1 👋 Thank you so much for the PR, the custom Floating Action Buttons look really great! 🙌 We truly appreciate the effort and thought you’ve put into this. I had a chance to review it and wanted to share a few suggestions that could help us take this even further:
These improvements will help us maintain a high standard for the library and make it more powerful for developers. Thanks again for your contribution, we genuinely value it a lot and are looking forward to your thoughts and updates! |
|
Hey @developerchunk I really appreciate your feedback. It's helpful and gives me a clear direction to move forward. I'll start working on these improvements shortly and update the PR as I make progress. Feel free to share any other references or ideas in the meantime. I'm open to feedback throughout the process! Thanks again for taking the time to review this so carefully! |
Hey! It's me again.
Since my last pull request, I've been putting some efforts to create a Floating Action Button feature for JetCo. This pull request introduces three variants of FAB. For now I've created this feature only for the Android platform. I would like your review. Once reviewed, I can extend this component for KMP and do the next steps.
What's included
Three fully animated FAB variants built on a shared config system:
StackFloatingActionButton: expands sub-items linearly in three directions: TOP, START or END. Supports text + icon combinations on the main button.
RadialFloatingActionButton: spreads sub-items in a configurable arc.
MorphFloatingActionButton: morphs the FAB into an expandable card grid with a title header, close button.
Variants