themesberg / flowbite-svelte

Official Svelte components built for Flowbite and Tailwind CSS
https://flowbite-svelte.com
MIT License
1.97k stars 233 forks source link

Feature request: floating notification #1344

Open tobiasBora opened 1 month ago

tobiasBora commented 1 month ago

Summary

Ant design provides a notification component that floats over the page, really practical for instance to print error messages. It would be great to have it in flowbite as well.

Basic example

Inspiration can be drawn from https://ant.design/components/notification I love for instance the "top" version that prints a notification for a few seconds. It also supports multiple notifications.

Motivation

I have error messages that I want to print to the user, but since the can occur while the user is scrolling, I want this to always be visible to the user.