Skip to content

Latest commit

 

History

History
68 lines (48 loc) · 1.28 KB

README.md

File metadata and controls

68 lines (48 loc) · 1.28 KB

Vue3 toastify

Documentation

Check the documentation to get you started!

Demo

Wanna try it out? Check out the live demo!

Installation

Using npm

npm install vue3-toastify

Using yarn

yarn add vue3-toastify

Using pnpm

pnpm add vue3-toastify

Basic Usage

<template>
  <button @click="notify">Notify !</button>
</template>

<script setup>
import { toast } from 'vue3-toastify';
import 'vue3-toastify/dist/index.css';

const notify = () => {
  toast("Wow so easy !", {
    autoClose: 1000,
  }); // ToastOptions
}
</script>

Sponsors

Special Sponsor

special sponsor appwrite