{"id":32095337,"url":"https://github.com/marquitospt/marquitos.blazor","last_synced_at":"2026-01-25T00:01:35.540Z","repository":{"id":45807924,"uuid":"371386767","full_name":"MarquitosPT/Marquitos.Blazor","owner":"MarquitosPT","description":"Blazor Components","archived":false,"fork":false,"pushed_at":"2025-10-04T17:23:24.000Z","size":1223,"stargazers_count":8,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-10-20T03:16:07.276Z","etag":null,"topics":["aspnetcore","blazor","blazor-components"],"latest_commit_sha":null,"homepage":"https://blazor.marquitos.pt","language":"C#","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/MarquitosPT.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","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":"2021-05-27T13:39:46.000Z","updated_at":"2025-10-04T17:22:47.000Z","dependencies_parsed_at":"2025-02-09T00:19:03.479Z","dependency_job_id":"bc5c31ee-5a41-4a76-b26b-e6c90bc31773","html_url":"https://github.com/MarquitosPT/Marquitos.Blazor","commit_stats":null,"previous_names":[],"tags_count":22,"template":false,"template_full_name":null,"purl":"pkg:github/MarquitosPT/Marquitos.Blazor","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/MarquitosPT%2FMarquitos.Blazor","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/MarquitosPT%2FMarquitos.Blazor/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/MarquitosPT%2FMarquitos.Blazor/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/MarquitosPT%2FMarquitos.Blazor/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/MarquitosPT","download_url":"https://codeload.github.com/MarquitosPT/Marquitos.Blazor/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/MarquitosPT%2FMarquitos.Blazor/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28739320,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-24T22:12:27.248Z","status":"ssl_error","status_checked_at":"2026-01-24T22:12:10.529Z","response_time":89,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.6: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":["aspnetcore","blazor","blazor-components"],"created_at":"2025-10-19T22:35:10.833Z","updated_at":"2026-01-25T00:01:35.533Z","avatar_url":"https://github.com/MarquitosPT.png","language":"C#","funding_links":[],"categories":[],"sub_categories":[],"readme":"[![NuGet Version](https://img.shields.io/nuget/v/Marquitos.AspNetCore.Components)](https://www.nuget.org/packages/Marquitos.AspNetCore.Components/)\n\n# Marquitos.Blazor\nMarquitos Blazor Components is an open source library designed for WebAssembly. The main goal of this library is to create simple and usefull components. Some of them are based just on Bootstrap 5 CSS but enriched with animation motions to make a nice fluid user experience.\n\nMarquitos Blazor Components library is composed by the following components.\n\n## Components\n- [Accordion](https://github.com/MarquitosPT/Marquitos.Blazor/wiki/Accordion)\n- [Breadcrumb](https://github.com/MarquitosPT/Marquitos.Blazor/wiki/Breadcrumb)\n- [Button](https://github.com/MarquitosPT/Marquitos.Blazor/wiki/Button)\n- [Card](https://github.com/MarquitosPT/Marquitos.Blazor/wiki/Card)\n- [Chart](https://github.com/MarquitosPT/Marquitos.Blazor/wiki/Chart)\n- [Dialog](https://github.com/MarquitosPT/Marquitos.Blazor/wiki/Dialog)\n- [Grid](https://github.com/MarquitosPT/Marquitos.Blazor/wiki/Grid)\n- [NavigationView](https://github.com/MarquitosPT/Marquitos.Blazor/wiki/NavigationView)\n- [SvgIcon](https://github.com/MarquitosPT/Marquitos.Blazor/wiki/SvgIcon)\n- [TabSet](https://github.com/MarquitosPT/Marquitos.Blazor/wiki/TabSet)\n- [ToggleSwitch](https://github.com/MarquitosPT/Marquitos.Blazor/wiki/ToggleSwitch)\n\n## Usage\nAdd the latest `Marquitos.AspNetCore.Components` nuget package to your project references:\n```html\n\u003cItemGroup\u003e\n    ...\n    \u003cPackageReference Include=\"Marquitos.AspNetCore.Components\" Version=\"1.0.x\" /\u003e\n\u003c/ItemGroup\u003e\n```\n\nOn configure method add the `AddMarquitosComponents()` to your pipeline:\n```csharp\n        public static async Task Main(string[] args)\n        {\n            var builder = WebAssemblyHostBuilder.CreateDefault(args);\n            builder.RootComponents.Add\u003cApp\u003e(\"#app\");\n\n            ...\n            builder.Services.AddMarquitosComponents(o =\u003e {\n                o.GlobalTheme = AspNetCore.Components.Enums.Theme.Bootstrap;\n            });\n\n            await builder.Build().RunAsync();\n        }\n```\n\nOn `_Imports.razor` add the following using clauses:\n```html\n...\n@using Marquitos.AspNetCore.Components.Enums\n@using Marquitos.AspNetCore.Components.Web\n```\n\nThen you are ready to go:\n```html\n\u003cNavigationView IsBackButtonVisible=\"true\"\u003e\n    \u003cMenuItems\u003e\n        \u003cNavMenu/\u003e\n    \u003c/MenuItems\u003e\n\n    \u003cFrame\u003e\n        \u003cdiv class=\"content px-4\"\u003e\n            @Body\n        \u003c/div\u003e\n    \u003c/Frame\u003e\n\u003c/NavigationView\u003e\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmarquitospt%2Fmarquitos.blazor","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmarquitospt%2Fmarquitos.blazor","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmarquitospt%2Fmarquitos.blazor/lists"}