You're Invited:Meet the Socket Team at BlackHat and DEF CON in Las Vegas, Aug 4-6.RSVP
Socket
Book a DemoInstallSign in
Socket

gitart-vue-dialog

Package Overview
Dependencies
Maintainers
1
Versions
81
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

gitart-vue-dialog

1.2.0
Source
npmnpm
Version published
Maintainers
1
Created
Source

Gitart Vue Dialog logo

Gitart Vue Dialog

Vue 3 Dialog/Modal Component + Plugin (optional)

📘 Documentation

🤯 Examples

🃏 Plan for the Future

Typescript support, customizable, beautifully animated, lightweight

~9.9 KiB - index.cjs gitart-vue-dialog
~8.9 KiB - index.mjs gitart-vue-dialog/dist/index.mjs
~1.8 KiB - style.css gitart-vue-dialog/dist/style.css

Instalation

Standalone Component

// main.js or YourComponent.vue
import 'gitart-vue-dialog/dist/style.css'
// YourComponent.vue
import { GDialog } from 'gitart-vue-dialog'

export default {
  components: {
    GDialog,
  },
}

Plugin

Be sure to read the documentation for using the plugin

import App from './App.vue'
import { plugin as dialogPlugin } from 'gitart-vue-dialog'
import 'gitart-vue-dialog/dist/style.css'

createApp(App)
  .use(dialogPlugin)
  .mount('#app')

Usage

Read Documentation

Example Video

Keywords

gitart

FAQs

Package last updated on 05 Dec 2021

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts