rangermeier / vue-native-dialog

Wrapper for native browser dialog component in vue

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

Wrapper for native browser dialog component in vue


Languages

Language:Vue 68.7%Language:TypeScript 21.9%Language:HTML 9.4%