An error alert component with an icon and message.
Dependencies
react-icons, framer-motion
Installation
npm install react-icons framer-motion
Props
Name | Type | Default | Description |
---|---|---|---|
message | string | - | The error message to display in the alert. |
isOpen | boolean | false | Controls the visibility of the alert. |
onClose | function | - | Function to call when the alert is closed. |