Socket
Socket
Sign inDemoInstall

@scalar/use-toasts

Package Overview
Dependencies
21
Maintainers
8
Versions
20
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

    @scalar/use-toasts

display toasts in Vue


Version published
Weekly downloads
827
decreased by-32.93%
Maintainers
8
Install size
23.6 kB
Created
Weekly downloads
 

Readme

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

FAQs

Last updated on 22 Feb 2024

Did you know?

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

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc