vue3-native-dialog
TypeScript icon, indicating that this package has built-in type declarations

1.1.7 • Public • Published

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

Readme

Keywords

none

Package Sidebar

Install

npm i vue3-native-dialog

Weekly Downloads

0

Version

1.1.7

License

none

Unpacked Size

8.55 kB

Total Files

8

Last publish

Collaborators

  • webdesignberlin