vue3-native-dialog
v1.1.7
Published
A vue3 Component [used native Dialog](https://developer.mozilla.org/de/docs/Web/HTML/Element/dialog).
Downloads
4
Readme
Vue 3 Native Dialog Component
A vue3 Component used native Dialog.
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