gitart-vue-dialog
v3.1.0
Published
[![Stand With Ukraine](https://raw.githubusercontent.com/vshymanskyy/StandWithUkraine/main/banner-direct.svg)](https://savelife.in.ua/en/)
Downloads
4,975
Maintainers
Readme
🤯 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
Made in Ukraine 🇺🇦 by Mykhailo Kryvorucho