vue-native-dialog
v0.0.3
Published
A wrapper arround browser is `<dialog>` tag Read more about this new tag [here](https://developer.mozilla.org/pt-BR/docs/Web/HTML/Element/dialog#browser_compatibility)
Downloads
118
Readme
Vue Native Dialog
A wrapper arround browser is <dialog>
tag
Read more about this new tag here
Documentation
https://vue-native-dialog.netlify.app/
Install
Install as: vue-native-dialog
npm:
npm install vue-native-dialog
yarn:
yarn add vue-native-dialog
Usage
Import as:
import { VNativeDialog } from "vue-native-dialog";