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
Having explanation about BottomSheetOverlay would be helpful for developers implementing Circuit in their projects, especially since bottom sheets are a commonly used UI pattern in Android applications.
Suggested content could include:
Explanation of BottomSheetOverlay concept and use cases(including <Model, Result>)
How to handle results from the bottom sheet
(optional) Explanation of the differences between Circuit BottomSheetOverlay and M3 ModalBottomSheet
I believe this addition would make the Circuit documentation more comprehensive and help developers better understand when and how to use Overlays in their applications.
The text was updated successfully, but these errors were encountered:
In the documentation at https://slackhq.github.io/circuit/circuitx/, I can find explanations about BottomSheetOverlay. Since the usage examples are well documented, there seems to be no issues implementing it. Thanks :)
https://slackhq.github.io/circuit/overlays/
Thank you for developing this fantastic library.
Having explanation about BottomSheetOverlay would be helpful for developers implementing Circuit in their projects, especially since bottom sheets are a commonly used UI pattern in Android applications.
Suggested content could include:
Model
,Result
>)I believe this addition would make the Circuit documentation more comprehensive and help developers better understand when and how to use Overlays in their applications.
The text was updated successfully, but these errors were encountered: