1.1.7 • Published 4 years ago

vue3-native-dialog v1.1.7

Weekly downloads
-
License
-
Repository
-
Last release
4 years ago

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
1.1.7

4 years ago

1.1.6

4 years ago

1.1.5

4 years ago

1.1.4

4 years ago

1.1.3

4 years ago

1.1.1

4 years ago

1.1.0

4 years ago

1.0.0

4 years ago

0.1.0

4 years ago