A vue3 Component used native Dialog.
Demo as interactive Storybook Playground
npm install vue3-native-dialog
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>npm run build
npm run storyook
npm run run test:unit
npm run run test:e2e