webdesignberlin / vue-native-dialog

Vue 3 Native Dialog Component

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Vue 3 Native Dialog Component

A vue3 Component used native Dialog.

GitHub Workflow Status Test Coverage 100/100

Vue.js TypeScript Vite

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

About

Vue 3 Native Dialog Component


Languages

Language:TypeScript 51.4%Language:JavaScript 29.9%Language:Vue 16.7%Language:HTML 1.9%