nativescript-community / ui-material-components

Monorepo that contains all of the NativeScript Material Design plugins.
https://nativescript-community.github.io/ui-material-components/
Apache License 2.0
216 stars 80 forks source link

[Request] Border radius for bottom sheet #443

Closed dammynex closed 1 year ago

dammynex commented 1 year ago

I'd like to request if an option for borderRadius could be added for the bottom sheet..

vallemar commented 1 year ago

@dammynex use the option transparent: true and set background and border-radius to your main content of BottomSheet.

you can customize everything you have inside the BottomSheet!

dammynex commented 1 year ago

@vallemar That worked.

Thank you!