1.1.7 • Published 3 years ago

vue3-native-dialog v1.1.7

Weekly downloads
-
License
-
Repository
-
Last release
3 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

3 years ago

1.1.6

3 years ago

1.1.5

3 years ago

1.1.4

3 years ago

1.1.3

3 years ago

1.1.1

3 years ago

1.1.0

3 years ago

1.0.0

3 years ago

0.1.0

3 years ago