GitHub - DevLiuSir/LCNotificationBanner: A lightweight macOS notification banner component that supports sliding in from the top, bottom, left, and right sides. It is suitable for prompt, success, and error notification scenarios of macOS App.
LCNotificationBanner is a lightweight macOS notification banner component!
Banner display position
Using enumerations to define LCNotificationBannerPosition
publicenumLCNotificationBannerPosition{case top
case bottom
case leftCenter
case rightCenter
}
Preview of Notification Animations
Success
Error
Info
Warning
Only Text
bottom
rightCenter
leftCenter
How to use
Provide Success, Info, Warning, Error, and Custom banner type