Skip to content

Latest commit

 

History

History
25 lines (16 loc) · 453 Bytes

README.md

File metadata and controls

25 lines (16 loc) · 453 Bytes

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";