You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
For my project, I was planning on making some edits to the user experience of the cropper:
Putting a blur background filter on the outside dark section, optionally
Allowing the user to put their own "crop/submit" and "cancel" buttons under the highlighted area being cropped
For the custom buttons, I was thinking of using a slot, which might open up the possibility to add any kind of content under (and maybe also above) the cropper. For now, I'm planning on forking the repo and adding my edits there, but let me know if this sounds like a good idea to add to the main repo!
The text was updated successfully, but these errors were encountered:
Regarding point 1, it could be a nice option indeed. However, if this can already be achieved with pure CSS, it might be better to let users do it by overidding the stules.
Regarding point 2, I don't think this should be part of the library. You can simply create a wrapper component that would display both the cropper and any buttons you need.
For my project, I was planning on making some edits to the user experience of the cropper:
For the custom buttons, I was thinking of using a slot, which might open up the possibility to add any kind of content under (and maybe also above) the cropper. For now, I'm planning on forking the repo and adding my edits there, but let me know if this sounds like a good idea to add to the main repo!
The text was updated successfully, but these errors were encountered: