Component toast does not exist
Push notifications to your website visitors using the toast component and choose from multiple sizes, colors, styles, position and icons based on Qwik and Tailwind CSS
The toast component can be used to show notifications to your users in a non-intrusive way by positioning it to the corner of the screen. It can be used to show simple messages or more complex ones with buttons and other elements.
Choose from one of the examples below that include different layouts, colors, styles, and icons that you can also customize using Qwik props and the utility classes from Tailwind CSS.
To start using the toast component make sure you import it from flowbite-qwik :
import { Toast } from "flowbite-qwik"