CoreFlex is a modern, responsive Admin Dashboard template built with Bootstrap 5. It includes both a static HTML version and an ASP.NET Core MVC version, making it ideal for ERP systems, CMS platforms, and enterprise web apps.
- β Responsive layout with sidebar navigation
- β Modular UI components (buttons, alerts, modals, etc.)
- β Bootstrap 5 + Bootstrap Icons
- β ASP.NET Core MVC version with Razor views and layout
- β Clean, scalable HTML structure for static use
- β Organized folder structure for easy maintenance
CoreFlex/ βββ CoreFlex.Html/ # Static HTML version β βββ index.html β βββ pages/ βββ CoreFlex.Net/ # ASP.NET Core MVC version β βββ Controllers/ β βββ Views/ β β βββ Shared/ β β βββ Pages/ β βββ wwwroot/ β βββ CoreFlex.Net.csproj βββ assets/ β βββ css/ β βββ js/ β βββ images/ βββ README.md
- Base Elements: Buttons, Alerts, Badges, Breadcrumbs, Spinners
- Forms: Input fields, Input groups, Floating labels, Validation
- Display: Cards, Tables, List Groups, Dropdowns, Carousel
- Interactive: Modals, Toasts, Tooltips, Popovers
- Navigation: Tabs, Pagination, Collapse, Accordion
- Open
CoreFlex.Html/index.htmlin your browser. - Explore UI components in the
/pagesfolder.
- Open
CoreFlex.Net/CoreFlex.Net.csprojin Visual Studio or VS Code. - Run the project:
dotnet run