{"id":21014014,"url":"https://github.com/brianlparker/blazortoast","last_synced_at":"2026-04-22T18:31:30.309Z","repository":{"id":136033072,"uuid":"320623478","full_name":"BrianLParker/BlazorToast","owner":"BrianLParker","description":null,"archived":false,"fork":false,"pushed_at":"2020-12-11T18:25:40.000Z","size":251,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-12-27T03:45:22.489Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"C#","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/BrianLParker.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-12-11T16:15:34.000Z","updated_at":"2020-12-11T18:25:42.000Z","dependencies_parsed_at":null,"dependency_job_id":"83c6bac3-7ed9-46e4-84b9-628a4dc79fac","html_url":"https://github.com/BrianLParker/BlazorToast","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/BrianLParker/BlazorToast","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/BrianLParker%2FBlazorToast","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/BrianLParker%2FBlazorToast/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/BrianLParker%2FBlazorToast/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/BrianLParker%2FBlazorToast/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/BrianLParker","download_url":"https://codeload.github.com/BrianLParker/BlazorToast/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/BrianLParker%2FBlazorToast/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32149387,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-22T17:06:48.269Z","status":"ssl_error","status_checked_at":"2026-04-22T17:06:19.037Z","response_time":58,"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":"2024-11-19T09:44:47.407Z","updated_at":"2026-04-22T18:31:30.293Z","avatar_url":"https://github.com/BrianLParker.png","language":"C#","funding_links":[],"categories":[],"sub_categories":[],"readme":"# BlazorToast\n\nEnable Bootstraps toast popups in blazor\n\n`Startup.cs`\n```\nusing OrakTech.BlazorToast;\n...\nservices.AddToastServices();\n```\n\n`Program.cs`\n```\nusing OrakTech.BlazorToast;\n...\nbuilder.Services.AddToastServices();\n```\n\n`_Imports.razor`\n```\n@using OrakTech.BlazorToast\n@using OrakTech.BlazorToast.Models\n@using OrakTech.BlazorToast.Views.Components\n@using OrakTech.BlazorToast.Services.Toasts\n```\n\n### Example Usage\n```\n\u003cbutton @onclick=\"Launch\"\u003ePop\u003c/button\u003e\n\n@code {\n\n    [Inject]\n    public IToastService toaster { get; set; }\n\n    void Launch()\n    {\n        toaster.AddToast(toast);\n    }\n\n    ToastModel toast =\u003e new ToastModel\n    {\n        Title = \"Demonstration\",\n        Content = \"Hello\",\n        IconColor = \"red\"\n    };\n}\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbrianlparker%2Fblazortoast","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fbrianlparker%2Fblazortoast","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbrianlparker%2Fblazortoast/lists"}