{"id":15063339,"url":"https://github.com/ilham89/vue-awesome-dialog","last_synced_at":"2026-02-02T11:47:18.504Z","repository":{"id":57749561,"uuid":"524640382","full_name":"ilham89/vue-awesome-dialog","owner":"ilham89","description":null,"archived":false,"fork":false,"pushed_at":"2022-08-15T02:08:46.000Z","size":168,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-10-31T13:01:46.571Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/ilham89.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2022-08-14T10:37:52.000Z","updated_at":"2022-08-15T00:09:08.000Z","dependencies_parsed_at":"2022-08-26T23:21:42.347Z","dependency_job_id":null,"html_url":"https://github.com/ilham89/vue-awesome-dialog","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/ilham89/vue-awesome-dialog","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ilham89%2Fvue-awesome-dialog","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ilham89%2Fvue-awesome-dialog/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ilham89%2Fvue-awesome-dialog/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ilham89%2Fvue-awesome-dialog/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/ilham89","download_url":"https://codeload.github.com/ilham89/vue-awesome-dialog/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ilham89%2Fvue-awesome-dialog/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29011589,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-02-02T10:37:29.253Z","status":"ssl_error","status_checked_at":"2026-02-02T10:37:28.644Z","response_time":58,"last_error":"SSL_read: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2024-09-24T23:55:10.846Z","updated_at":"2026-02-02T11:47:18.482Z","avatar_url":"https://github.com/ilham89.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# vue-awesome-dialog\n\n[![](https://data.jsdelivr.com/v1/package/npm/vue-awesome-dialog/badge)](https://www.jsdelivr.com/package/npm/vue-awesome-dialog)\n\nA awesome dialog component for Vue3\n\n## Installation\n\n**NPM**\n\n```\nnpm i vue-awesome-dialog\n```\n\n**YARN**\n\n```\nyarn add vue-awesome-dialog\n```\n\n**CDN**\n\n```\nhttps://www.jsdelivr.com/package/npm/vue-awesome-dialog\n```\n\n## Getting Started\n\nTo install it globally.\n\n```javascript\nimport { createApp } from \"vue\";\nimport App from \"./App.vue\";\nimport VueAwesomeDialog from \"vue-awesome-dialog\";\n\ncreateApp(App).use(VueAwesomeDialog).mount(\"#app\");\n```\n\n```html\n\u003ctemplate\u003e\n    \u003cdiv\u003e\n        \u003cvue-awesome-dialog /\u003e\n    \u003c/div\u003e\n\u003c/template\u003e\n```\n\nIf not globally, you can also import the individual components locally.\n\n```javascript\n\u003cscript\u003e\nimport VueAwesomeDialog from \"vue-awesome-dialog\";\nexport default {\n  components: {\n    VueAwesomeDialog,\n  },\n};\n\u003c/script\u003e\n```\n\n```html\n\u003ctemplate\u003e\n    \u003cdiv\u003e\n        \u003cvue-awesome-dialog /\u003e\n    \u003c/div\u003e\n\u003c/template\u003e\n```\n\n### Events\n\n| Name  | Usage    | Description              |\n| ----- | -------- | ------------------------ |\n| close | `@close` | Emitted for close dialog |\n| save  | `@save`  | Emitted for save dialog  |\n\n### Slots\n\n| Name   | Description                  |\n| ------ | ---------------------------- |\n| header | Slot for custom header       |\n| bosy   | Slot for custom body content |\n\n### Example\n\n```javascript\n\u003cbutton @click=\"show = true\"\u003eshow\u003c/button\u003e\n\u003cvue-awesome-dialog v-show=\"show\" @close=\"show = false\" @save=\"add\"\u003e\n    \u003ctemplate v-slot:header\u003eCustom Title\u003c/template\u003e\n    \u003ctemplate v-slot:body\u003e\n        It is a long established fact that a reader will be distracted\n        by the readable content of a page when looking at its layout.\n    \u003c/template\u003e\n\u003c/vue-awesome-dialog\u003e\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Filham89%2Fvue-awesome-dialog","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Filham89%2Fvue-awesome-dialog","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Filham89%2Fvue-awesome-dialog/lists"}