{"id":31565596,"url":"https://github.com/pringgojs/temp-nawasara-modal","last_synced_at":"2026-02-17T14:02:04.084Z","repository":{"id":316726707,"uuid":"1064596759","full_name":"pringgojs/temp-nawasara-modal","owner":"pringgojs","description":"temp nawasara modal","archived":false,"fork":false,"pushed_at":"2025-09-29T04:05:15.000Z","size":5,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2025-10-05T07:21:25.401Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Blade","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/pringgojs.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,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2025-09-26T09:13:07.000Z","updated_at":"2025-09-29T04:05:18.000Z","dependencies_parsed_at":"2025-09-26T11:31:50.357Z","dependency_job_id":"c1a68ff9-e6fb-4382-b071-12f3d68ed2ab","html_url":"https://github.com/pringgojs/temp-nawasara-modal","commit_stats":null,"previous_names":["pringgojs/temp-nawasara-modal"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/pringgojs/temp-nawasara-modal","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pringgojs%2Ftemp-nawasara-modal","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pringgojs%2Ftemp-nawasara-modal/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pringgojs%2Ftemp-nawasara-modal/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pringgojs%2Ftemp-nawasara-modal/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/pringgojs","download_url":"https://codeload.github.com/pringgojs/temp-nawasara-modal/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pringgojs%2Ftemp-nawasara-modal/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29546746,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-02-17T13:00:00.370Z","status":"ssl_error","status_checked_at":"2026-02-17T12:57:14.072Z","response_time":100,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.5:443 state=error: 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":"2025-10-05T07:12:42.107Z","updated_at":"2026-02-17T14:02:04.066Z","avatar_url":"https://github.com/pringgojs.png","language":"Blade","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Nawasara Modal\n\nReusable modal package for Laravel (Blade \u0026 Livewire).\n\n## Installation\n\n1. Tambahkan ke composer:\n\n```bash\ncomposer require nawasara/modal\n```\n\n2. Publish views (opsional):\n\n```bash\nphp artisan vendor:publish --provider=\"Nawasara\\Modal\\ModalServiceProvider\"\n```\n\n## Penggunaan\n\n### Modal Blade\n\n```blade\n\u003cx-nawasara-modal::modal id=\"my-modal\" title=\"Judul Modal\"\u003e\n    Konten modal di sini\n    \u003cx-slot:footer\u003e\n        \u003cbutton @click=\"open = false\"\u003eTutup\u003c/button\u003e\n    \u003c/x-slot:footer\u003e\n\u003c/x-nawasara-modal::modal\u003e\n```\n\nBuka modal dengan:\n\n```html\n\u003cbutton @click=\"openModal('my-modal')\"\u003eOpen Modal\u003c/button\u003e\n```\n\n### Modal Livewire (Universal)\n\n```blade\n\u003clivewire:nawasara-modal.livewire-modal /\u003e\n```\n\nBuka modal Livewire dengan:\n\n```js\nopenModal({\n    id: 'modal-livewire',\n    title: 'Judul',\n    component: 'nama.livewire.component',\n    params: { ... }\n});\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpringgojs%2Ftemp-nawasara-modal","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fpringgojs%2Ftemp-nawasara-modal","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpringgojs%2Ftemp-nawasara-modal/lists"}