A banner alert that spans the width of the screen.
Dependencies
framer-motion
Installation
npm install framer-motion
Props
Name | Type | Default | Description |
---|---|---|---|
message | string | - | The message to display in the banner. |
isOpen | boolean | false | Controls the visibility of the banner. |
onClose | function | - | Function to call when the banner is closed. |