I'm am trying to build a component that allows the user to toggle the 'like' of a book without having to go into the book's page itself to unlike it.
For example:
A book has it's own page and the user can toggle the 'like' icon to save it to their save list.
In the save list, each book has an option icon that opens up a bottom sheet component. In the bottom sheet component I want to provide the user with the ability to untoggle the 'like' icon without having to visit the book's page.