qwik-toast
A simple, lightweight toast notification component for Qwik.js applications.
Installation
Install qwik-toast
using npm:
npm install qwik-toast
usage
Import the Toast component from qwik-toast and use it in your Qwik.js application:
import { Toast } from 'qwik-toast';
<Toast message="Hello, World!" show={true} />