gitart-vue-dialog
TypeScript icon, indicating that this package has built-in type declarations

3.1.0 • Public • Published

Stand With Ukraine

Gitart Vue Dialog logo

Gitart Vue Dialog

Vue 3 Dialog/Modal Component + Plugin (optional)


📘 Documentation

🤯 Examples

You can star it here, thanks :)

Typescript support, customizable, beautifully animated, SSR

~13 KiB - index.cjs gitart-vue-dialog
~1.8 KiB - style.css gitart-vue-dialog/dist/style.css

Installation

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'

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

Usage

Read Documentation

Example Video

Made in Ukraine 🇺🇦 by Mykhailo Kryvorucho

Versions

Current Tags

VersionDownloads (Last 7 Days)Tag
3.1.0753latest

Version History

VersionDownloads (Last 7 Days)Published
3.1.0753
3.1.0-beta.30
3.1.0-beta.21
3.1.0-beta.10
3.0.20
3.0.10
3.0.00
2.4.166
2.4.0156
2.4.0-beta.23
2.4.0-beta.10
2.3.11
2.3.00
2.2.20
2.2.11
2.2.00
2.1.11
2.1.01
2.0.50
2.0.40
2.0.31
2.0.21
2.0.10
2.0.00
2.0.0-beta.20
2.0.0-beta.10
2.0.0-alpha.90
2.0.0-alpha.80
2.0.0-alpha.70
2.0.0-alpha.60
2.0.0-alpha.50
1.2.40
2.0.0-alpha.40
1.2.30
1.2.20
2.0.0-alpha.30
2.0.0-alpha.21
2.0.0-alpha.10
1.2.10
1.2.00
1.2.0-beta.70
1.2.0-beta.60
1.2.0-beta.50
1.2.0-beta.41
1.2.0-beta.30
1.2.0-beta.20
1.2.0-beta.10
1.1.01
1.1.0-beta.10
1.0.30
1.0.21
1.0.11
1.0.00
1.0.0-beta.50
1.0.0-beta.40
1.0.0-beta.30
1.0.0-beta.20
1.0.0-beta.10
0.3.01
0.3.0-beta.10
0.2.00
0.2.0-alpha.40
0.2.0-alpha.30
0.2.0-alpha.21
0.2.0-alpha.10
0.1.01
0.0.150
0.0.141
0.0.131
0.0.120
0.0.110
0.0.100
0.0.80
0.0.70
0.0.60
0.0.51
0.0.40
0.0.30
0.0.20
0.0.10

Package Sidebar

Install

npm i gitart-vue-dialog

Weekly Downloads

996

Version

3.1.0

License

MIT

Unpacked Size

83.7 kB

Total Files

42

Last publish

Collaborators

  • michaelgitart