New Research: Supply Chain Attack on Axios Pulls Malicious Dependency from npm.Details
Socket
Book a DemoSign in
Socket

vue3-native-dialog

Package Overview
Dependencies
Maintainers
1
Versions
9
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

vue3-native-dialog

A vue3 Component [used native Dialog](https://developer.mozilla.org/de/docs/Web/HTML/Element/dialog).

latest
npmnpm
Version
1.1.7
Version published
Maintainers
1
Created
Source

Vue 3 Native Dialog Component

A vue3 Component used native Dialog.

GitHub Workflow Status Test Coverage 100/100

Vue.js TypeScript Vite

Docs

Demo as interactive Storybook Playground

Install

npm install vue3-native-dialog

Usage

As vue sfc:

<script type="setup">
import { NativeDialog } from 'vue3-native-dialog';
</script>
<template>
  <native-dialog />
</template>
<style>
@import 'vue3-native-dialog/style.css';
</style>

Contribute

Build and Test

npm run build
npm run storyook
npm run run test:unit
npm run run test:e2e

FAQs

Package last updated on 04 May 2022

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