{"id":13466508,"url":"https://github.com/manureini/MComponents","last_synced_at":"2025-03-25T21:32:27.153Z","repository":{"id":65923434,"uuid":"231441812","full_name":"manureini/MComponents","owner":"manureini","description":"Another blazor component library: Grid, Select, Wizard etc.","archived":false,"fork":false,"pushed_at":"2024-10-09T01:22:36.000Z","size":2852,"stargazers_count":66,"open_issues_count":4,"forks_count":13,"subscribers_count":5,"default_branch":"master","last_synced_at":"2024-10-29T19:19:15.004Z","etag":null,"topics":["blazor","blazor-component","blazor-components","blazor-webassembly","compnents"],"latest_commit_sha":null,"homepage":"","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/manureini.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":"2020-01-02T18:57:52.000Z","updated_at":"2024-10-22T16:51:43.000Z","dependencies_parsed_at":"2024-05-30T02:32:16.747Z","dependency_job_id":"1a7cc15a-f260-4850-9f10-e8ad53e0b8c1","html_url":"https://github.com/manureini/MComponents","commit_stats":{"total_commits":415,"total_committers":3,"mean_commits":"138.33333333333334","dds":0.4409638554216867,"last_synced_commit":"efd78b5c206e44d821ab8c98b53cd3fd76eb82ce"},"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/manureini%2FMComponents","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/manureini%2FMComponents/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/manureini%2FMComponents/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/manureini%2FMComponents/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/manureini","download_url":"https://codeload.github.com/manureini/MComponents/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":245548491,"owners_count":20633594,"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","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":["blazor","blazor-component","blazor-components","blazor-webassembly","compnents"],"created_at":"2024-07-31T15:00:45.331Z","updated_at":"2025-03-25T21:32:25.998Z","avatar_url":"https://github.com/manureini.png","language":"C#","funding_links":[],"categories":["Libraries \u0026 Extensions"],"sub_categories":["Components","Component bundles"],"readme":"# MComponents\n\n[![Package Version](https://img.shields.io/nuget/v/MComponents.svg)](https://www.nuget.org/packages/MComponents)\n[![Package Version](https://img.shields.io/nuget/v/MComponents.Shared.svg)](https://www.nuget.org/packages/MComponents.Shared)\n[![NuGet Downloads](https://img.shields.io/nuget/dt/MComponents.svg)](https://www.nuget.org/packages/MComponents)\n\n\nThis is another Blazor component libary which supports\n\n* Grids\n* Wizards\n* Forms\n* Paint\n\n### Screenshots\n\n![mgrid](https://raw.githubusercontent.com/manureini/MComponents/master/Screenshots/MGrid.PNG)\n![mselect](https://raw.githubusercontent.com/manureini/MComponents/master/Screenshots/MSelect.png)\n![mwizard](https://raw.githubusercontent.com/manureini/MComponents/master/Screenshots/MWizard.PNG)\n\n### How to use?\n\nAdd the following references to your _Host.cshtml\n\n```html\n\u003clink href=\"_content/MComponents/css/fontawesome.css\" rel=\"stylesheet\" /\u003e\n\u003clink href=\"_content/MComponents/css/mcomponents.css\" rel=\"stylesheet\" /\u003e\n\u003cscript src=\"_content/MComponents/js/mcomponents.js\"\u003e\u003c/script\u003e\n```\nIf you want to use MPaint add\n```html\n\u003cscript src=\"_content/Blazor.Extensions.Canvas/blazor.extensions.canvas.js\"\u003e\u003c/script\u003e\n```\n\nAdd to Startup.cs:\n```c#\nservices.AddMComponents(options =\u003e\n{\n    options.RegisterResourceLocalizer = true;\n    options.RegisterStringLocalizer = true;\n});\n```\nand if you want to use RequestLocalization\n```c#\napp.UseRequestLocalization();\n```\nAdd to App.razor or MainLayout.razor\n```html\n\u003cMComponentsRoot /\u003e\n```\n\n### Please create an issue or make Pull requests if you want to support this project\n\nThe documentation is pretty limited, because I'm lazy:\nhttps://github.com/manureini/MComponents/wiki\n\n\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmanureini%2FMComponents","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmanureini%2FMComponents","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmanureini%2FMComponents/lists"}