New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@scalar/use-toasts

Package Overview
Dependencies
Maintainers
7
Versions
35
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@scalar/use-toasts

display toasts in Vue

0.5.11
Source
npm
Version published
Weekly downloads
47K
50.9%
Maintainers
7
Weekly downloads
 
Created
Source

Scalar useToasts()

Version Downloads License Discord

Installation

npm install @scalar/use-toasts

Usage

// App.vue
<script setup>
import { FlowToastContainer } from '@scalar/use-toasts'
</script>

<template>
  <FlowToastContainer />
</template>
// ChildComponent.vue
<script setup>
import { useToasts } from '@scalar/use-toasts'

addToast({ title: 'Hello :-)' }, { timeout: 2000 })
</script>

Keywords

composable

FAQs

Package last updated on 14 Dec 2023

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts