app like that
Butterup
Butterup

Butterup is a JavaScript library for customizable and lightweight toast notifications. It allows you to display messages in your web application with options for customization, including themes and positioning. You can also configure event triggers and custom buttons.

Features

Customizable Notifications

Allows you to create customizable toast notifications in JavaScript. You can modify their text, position, colors, and animations.

Installation Options

Provides multiple installation methods via npm, yarn, and direct script inclusion.

Rich Toasts

Enables detailed custom notifications, incorporating success, warning, error, and info types.

Configuration Options

Offers a range of configuration options such as toast length and easing functions.

Location Settings

Positions the notifications in various places on the screen, like top-left, top-right, bottom-left, and bottom-right.

Event Triggers

Allows you to trigger specific events when toasts are shown, clicked, or hidden.

Button Integration

Integrates buttons within the notifications to perform actions or redirect users.

Theme Customization

Offers built-in themes and allows for custom theme creation through CSS modifications.