Clivax - Responsive Asp.Net Core 8 UI Kit

Created: 29 January 2025

By: Codebucks

Email: codebucks007@gmail.com

Thank you for purchasing my theme. If you have any questions that are beyond the scope of this help file, please feel free to email via my user page contact form here . Thanks so much!

Introduction

Clivax is built with Bootstrap v5.3.3 in HTML, SCSS with responsive with all devices and supported with Dark, light, RTL modes. You can change mode very quickly by doing a single change. It has many features like one to one chat, group chat, contact, send files, online users, read and unread new messages from users, authentication pages and many more.

πŸ“ Folder & Files Structure
πŸ“Clivax
β”œβ”€β”€Documentation/
β”œβ”€β”€Admin/
β”œβ”€β”€πŸ“Controllers/
    └── Added all Controllers
β”œβ”€β”€πŸ“Models/
    β”œβ”€β”€πŸ“obj/
    β”œβ”€β”€πŸ“Properties/
    β”œβ”€β”€πŸ“Views/
            └── Added all Pages
β”œβ”€β”€πŸ“wwwroot/
        β”œβ”€β”€πŸ“assets/
            β”œβ”€β”€ πŸ“css/
                └── All css related files
            β”œβ”€β”€ πŸ“fonts/
                └── All fonts files
            β”œβ”€β”€ πŸ“images/
                └── All images files
            β”œβ”€β”€ πŸ“js/
            β”œβ”€β”€ πŸ“libs/
                    └── All libs files
            └── All scss files
β”œβ”€β”€ appsettings.Development.json
β”œβ”€β”€ appsettings.json
β”œβ”€β”€ Clivax.csproj
β”œβ”€β”€ Clivax.csproj.user
β”œβ”€β”€ Clivax.sln
└── Program.cs
                                        
                                        
    

Getting Started

Setup Clivax

Clivax is build with ASP.net Core 8 web app using Visual Studio 2022.

Prerequisites:

Please follow the below steps to install and setup all prerequisites:

  • Visual Studio

    Make sure to have Visual Studio downloaded on your machine.

After you finished with the above steps, you can run the following commands into the terminal/command prompt from the root directory (Clivax_*/asp/ ) of the project to run the project locally or build for production use:

Command Description
Open Solution file Open Clivax.sln file with Visual studio then compile the project and check it.
Light Version

To have light mode enabled, Keep your body element with data attribute data-bs-theme="light" in the Shared/Views/Layout.cshtml
E.g. <body data-bs-theme="light"> to have Light layout.

Dark Version

To have dark mode enabled, Keep your body element with data attribute data-bs-theme="dark" in the Shared/Views/Layout.cshtml
E.g. <body data-bs-theme="dark"> to have Dark layout.

RTL Version

To have rtl mode enabled, replace the reference of bootstrap.min.css to bootstrap-rtl.min.css and app.min.css to app-rtl.min.css in the Shared/Views/Layout.cshtml.

Also add dir="rtl" in the html tag. e.g <html dir="rtl">

Sources & Credits

We've used the following images, files or other plugins URL, Licenses as listed.

Changelog
v1.0.0 - 09 Feb 2025
  • Initial released
Β© Clivax.
Crafted with by Codebucks