I have noticed that the material design `banner` component was never popular in compose. In material...
l
I have noticed that the material design
banner
component was never popular in compose. In material design 3 it isn't listed anymore. What would be a replacement for banners, e.g. to notify about bluetooth or wifi being disabled?
c
cc @Gurupreet singh
l
Anyone else?
g
Hi @Lilly yes M3 doesn't have banner implementation, for your use case you can use a dialog or snackbar to notify user about settings changed.
473 Views