Can we turn off the display of the cross icon on the notification?

Hello, we are using the notification component and want to turn off the display of the cross icon so that the user cannot close the notification. Is it possible to add a new property like closable (which would be false by default) that will allow developers to specify whether or not to display the icon?

Best Answer

  • @LarryT

    The UX Design protocol for notifications is that they should always be closable by users. So, maybe you could use the appstate-bar component instead?