Vue Haystack 🧱
Lightweight and flexible system for modal dialogs, snackbars, toasts, ...
Easy setup
You will be ready to use the predefined systems in seconds.
Flexible
Use your own components and maintain full control over the looks and functionality of your system.
Extensible
A custom store allows you to easily implement your own systems
Installation
npm i vue-haystack
Import the styles (e.g. in your App.vue
):
import "vue-haystack/style.css";