ToastifyOSX is a lightweight and customizable library for displaying toast notifications on macOS. It provides a simple API to show various types of toasts with ease.
- Four Toast Types: ToastifyOSX supports four types of toasts: Success, Warning, Error, and Tips.
- Simple API: Intuitive and straightforward API for displaying toasts with minimal code.
Use Swift Package Manager to intall ToastifyOSX.
Toast.show(message: "Hello World", config: .init(level: .error, duration: 10), on: window)
- It relies on the SnapKit library for integration.
This workflow is open-source and available under the MIT License.
If you encounter any issues or have questions, please open an issue on this GitHub repository, and we'll be happy to assist you.

