# FDialog
A dialog component that meets a specific style, in normal case you can use VDialog instead.
# Basic usage
import UIKit from "@foxone/uikit";
// add dialog plugin before use
// second param is Vuetify intance passed to new Vue options
// third param is global options for dialog
Vue.use(UIKit.Dialog, vuetify, { flat: true });
Last Updated: 7/10/2022, 9:12:23 AM