Closed
Description
relevant PR: #18702
I am happy to contribute this component. I am making this issue to determine interest and discuss the scope of the component.
This issue is to track the development in an Alert component. This component provides contextual feedback messages for typical user actions.
- I have searched the issues of this repository and believe that this is not a duplicate.
- This is distinct from a snackbar as mentioned in Bootstrap style alerts #15513.
Summary 💡
This component provides contextual feedback messages when you need a persistent static container which is closable by user actions or when you need to show alert messages to users.
Examples 🌈
Many libraries have implementations of this:
- AntD's
Alert
Component - Bootstrap's
Alert
- reactstrap's
Alert
Component - Evergreen's
Alert
Component - PrimeReact's
Alert
Component - Elemental UI's
Alert
Component - react-bootstrap's
Alert
Component - Weaveworks UI Components'
Alert
Component - Zendesk Gardens'
Alert
Component - Bootstrap View's
Alert
Component - Orbit's
Alert
Component - Element's
Alert
Component - Smooth Code's
Alert
Component - Sancho-UI's
Alert
Component - Base Web's
Notification
Component - RSuite JS's
Message
Component - Shopify's
Banner
Component - Salesforce's
Alert
Component
Motivation 🔦
As with the examples above, I have used such a component before in 3 of the above mentioned solutions and find it missing in material-ui.