{"id":13807283,"url":"https://github.com/sjefvanleeuwen/blazor-adminlte","last_synced_at":"2025-05-16T08:03:12.506Z","repository":{"id":40255518,"uuid":"277360386","full_name":"sjefvanleeuwen/blazor-adminlte","owner":"sjefvanleeuwen","description":"This project adapts ADMINLTE 3 so the components can be used from dotnet core Blazor / Server / Web Assembly","archived":false,"fork":false,"pushed_at":"2024-01-09T19:01:27.000Z","size":70614,"stargazers_count":284,"open_issues_count":32,"forks_count":119,"subscribers_count":21,"default_branch":"master","last_synced_at":"2025-05-16T08:02:10.148Z","etag":null,"topics":["admin","admin-lte","admin-lte-blazor","adminlte","blazor","dotnet","dotnet-core","lte","wasm"],"latest_commit_sha":null,"homepage":"https://blazorize-adminlte.morstead.nl/","language":"JavaScript","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/sjefvanleeuwen.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}},"created_at":"2020-07-05T18:27:01.000Z","updated_at":"2025-05-13T15:35:43.000Z","dependencies_parsed_at":"2024-04-10T00:49:43.148Z","dependency_job_id":null,"html_url":"https://github.com/sjefvanleeuwen/blazor-adminlte","commit_stats":null,"previous_names":[],"tags_count":9,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sjefvanleeuwen%2Fblazor-adminlte","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sjefvanleeuwen%2Fblazor-adminlte/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sjefvanleeuwen%2Fblazor-adminlte/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sjefvanleeuwen%2Fblazor-adminlte/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/sjefvanleeuwen","download_url":"https://codeload.github.com/sjefvanleeuwen/blazor-adminlte/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":254493381,"owners_count":22080126,"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":["admin","admin-lte","admin-lte-blazor","adminlte","blazor","dotnet","dotnet-core","lte","wasm"],"created_at":"2024-08-04T01:01:23.600Z","updated_at":"2025-05-16T08:03:12.482Z","avatar_url":"https://github.com/sjefvanleeuwen.png","language":"JavaScript","funding_links":[],"categories":["Libraries \u0026 Extensions"],"sub_categories":["Component bundles"],"readme":"﻿![adminlte for blazor](docs/img/blazor-adminlte.svg)\n\n[![nuget](https://img.shields.io/nuget/v/Blazorized.AdminLte)](https://www.nuget.org/packages/Blazorized.AdminLte/)\n[![.NET Core](https://github.com/sjefvanleeuwen/blazor-adminlte/workflows/.NET%20Core/badge.svg)](https://github.com/sjefvanleeuwen/blazor-adminlte/actions)\n\n# What is it?\n\nADMINLTE for Blazor is a collection of reusable components, with which you can easily develop digital services as a designer or developer. Think of buttons, form elements and page templates. This project adapts ADMINLTE 3 so the components can be used from dotnet core Blazor.\n\nFor a quick impression visite the **demo site** at: https://blazorize-adminlte.morstead.nl/\n\n## State management\n\nThis project uses a central state store and, in some cases, prefers this method over Cascading Parameters. You can find the Blazor-State project here:\nhttps://github.com/TimeWarpEngineering/blazor-state\n\n# Status\n\nThe project updated regularly. Feel free to follow the project and receive updates as they arrive.\n**Note** that components and their naming conventions might change until a major version is released.\n\nWe also provide various integrations in a seperate project, to help you started with more complex web applications Here:\n\nhttps://github.com/sjefvanleeuwen/blazorized-adminlte-plugins\n\n# Installation\n\n## Nuget\n\nStart a new Blazor APP and simply install the nuget package.\n\n```\nInstall-Package Blazorized.AdminLte\n```\nor visit https://www.nuget.org/packages/Blazorized.AdminLte/ for more installation options.\n\nIf you want to include the current supported ADMINLTE 3.0.5 static css / js / icons content etc.:\n\n```\nInstall-Package Blazorized.AdminLte.Content -Version 3.0.5\n```\nor visit https://www.nuget.org/packages/Blazorized.AdminLte.Content/ for more installation options.\n\n**!NOTE** this does not include profile and other specific images from the sample site. You will need to manually add them to your wwwroot.\nIf you want these you will need to get them from the shared sample site's wwwroot\n\nThe extra sample content is located here:\nhttps://github.com/sjefvanleeuwen/blazor-adminlte/tree/master/src/Blazor.AdminLte.Site.Shared/wwwroot\n\nAlso you might want to change mainlayout.razor as it contains some linkes to the shared site you might not want to be using anymore.\n\nlook for image links containing these:  **_content/Blazor.AdminLte.Site.Shared**\n\n## Getting Started\n\n\nDepending on running WASM or Server, change your \n[`index.html`](./src/Blazor.AdminLte.Wasm/wwwroot/index.html) or\n[`_Host.cshtml`](./src/Blazor.AdminLte.Site/Pages/_Host.cshtml).\nContents from the Blazor Component Library are served from : `_content/Blazor.AdminLte`\n\nThe site shared components [`MainLayout.razor`](./src/Blazor.AdminLte.Site.Shared/MainLayout.razor) includes markup that shows how to setup your starter page in Blazor.\n\nWith such markup you can render something like this:\n\n![screenshot](docs/img/adminlte-screenshot.png)\n\n### Injectable Left Top Menu\n\nYou can have control over the left top menu content's navbar. To do so please follow these guidelines:\n\n[Tutorial Injectable  Left Top Menu](./docs/navbar-left-injectable-menu.md)","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsjefvanleeuwen%2Fblazor-adminlte","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fsjefvanleeuwen%2Fblazor-adminlte","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsjefvanleeuwen%2Fblazor-adminlte/lists"}