{"id":20471397,"url":"https://github.com/bitfumes/bridge-svelte-notification","last_synced_at":"2026-02-12T14:05:46.986Z","repository":{"id":66358955,"uuid":"256525417","full_name":"bitfumes/bridge-svelte-notification","owner":"bitfumes","description":"Customisable and easy notifications system for svelte users","archived":false,"fork":false,"pushed_at":"2020-04-17T20:12:30.000Z","size":4,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"master","last_synced_at":"2025-07-18T19:19:09.005Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"HTML","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/bitfumes.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}},"created_at":"2020-04-17T14:28:08.000Z","updated_at":"2021-06-01T12:19:25.000Z","dependencies_parsed_at":null,"dependency_job_id":"7afe6ed4-0914-4872-a618-55aa1a504d1f","html_url":"https://github.com/bitfumes/bridge-svelte-notification","commit_stats":null,"previous_names":["bitfumes/bridge-notification-svelte"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/bitfumes/bridge-svelte-notification","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bitfumes%2Fbridge-svelte-notification","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bitfumes%2Fbridge-svelte-notification/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bitfumes%2Fbridge-svelte-notification/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bitfumes%2Fbridge-svelte-notification/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/bitfumes","download_url":"https://codeload.github.com/bitfumes/bridge-svelte-notification/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bitfumes%2Fbridge-svelte-notification/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":270803273,"owners_count":24648684,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","status":"online","status_checked_at":"2025-08-17T02:00:09.016Z","response_time":129,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"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-11-15T14:15:58.729Z","updated_at":"2026-02-12T14:05:41.968Z","avatar_url":"https://github.com/bitfumes.png","language":"HTML","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Bridge Notifications\n\n![Bridge Notification](https://user-images.githubusercontent.com/41295276/79585406-60ed7280-80ed-11ea-8b6c-864dbd14dad9.png)\n\n## Demonstration\n\n[https://bridge-notification.netlify.app](https://bridge-notification.netlify.app)\n\n## Getting started\n\n```bash\nnpm install --save bridge-svelte-notification\n```\n\n## Basic usage\n\n```javascript\n// App.svelte\n\n\u003cscript\u003e\n  import BridgeNotify from \"bridge-svelte-notification\";\n  \u003cmain\u003e\n    \u003cBridgeNotify /\u003e\n    ...\n  \u003c/main\u003e\n\u003c/script\u003e\n```\n\n```javascript\n// ChildrenComponent.svelte\n\n\u003cscript\u003e\n  import { notify } from \"bridge-svelte-notification\";\n\n  function show(position) {\n    notify({\n      message: \"Bridge Notification is Awesome 😍\",\n      type: 'success',\n      duration: 3000,\n      position: 'center',\n      animate: {\n            y: 100,\n            x: 0,\n            duration: 500\n      }\n    });\n  }\n\u003c/script\u003e\n\n\u003cbutton on:click={show}\u003e Show Notification \u003c/button\u003e\n```\n\n## Providing custom style component\n\n```javascript\n// ChildrenComponent.svelte\n\nimport { notify } from \"bridge-svelte-notification\";\n\n  function show(position) {\n    notify({\n      message: \"Bridge Notification is Awesome 😍\",\n      type: 'success',\n      duration: 3000,\n      position: 'center',\n      animate: {\n            y: 100,\n            x: 0,\n            duration: 500\n      },\n      style:'backgound-color:blue;color:black'\n    });\n  }\n\u003c/script\u003e\n\n\u003cbutton on:click={show}\u003e Show Notification \u003c/button\u003e\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbitfumes%2Fbridge-svelte-notification","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fbitfumes%2Fbridge-svelte-notification","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbitfumes%2Fbridge-svelte-notification/lists"}