0.0.14 • Published 1 year ago

vue-cold-toast v0.0.14

Weekly downloads
-
License
-
Repository
-
Last release
1 year ago

Usage

// NPM
npm install vue-cold-toast
// YARN
yarn add vue-cold-toast
// PNPM
pnpm add vue-cold-toast

Add vue-cold-toast in your root component.

// App.vue
<script setup lang="ts">
import { Toaster } from 'vue-cold-toast'
</script>

<template>
	<Toaster />
	// ...
</template>

Import styles in your main script.

// main.ts
import 'vue-cold-toast/dist/vue-cold-toast.css'
// ...

Credits

timolins/react-hot-toast @vueuse

0.0.14

1 year ago

0.0.13

1 year ago

0.0.12

1 year ago

0.0.11

1 year ago

0.0.10

1 year ago

0.0.2

1 year ago

0.0.1

1 year ago