Thank you for showing interest towards our admin template. Feel free to contact us any time. We have a dedicated team to provide you the best support. If you want any queries open support ticket https://support.spruko.com.
Ynex - Blazor Server Premium Tailwind Css Admin Template, With these template formats, it's very easy to create a presence and grab someone's attention around the web page Because the template is built using CSHTML, CSS3, Tailwind Css framework and with Sass. So please before you start working with the template take a quick look on the documentation so that you can easily built your website.
If You Love Our Template Design Please don't forgot to rate it. Thank you so much! π
Ynex is a Blazor Server Premium Tailwind Css Admin Template using modern and minimal design. It is fully flexible user-friendly and responsive. Ynex Modern template is powered with CSHTML, SASS, & Tailwind Css which looks great on Desktops, Tablets, and Mobile Devices. This Template Includes 170+ razor Pages . No Need to do hard work for this template customization. We already designed it and you can easily design your website just how you like it. This template using Tailwind Css framework. After Purchased this template you will get All razor files,CSS, Scss and JS Files.
It has super clean flat user interface admin design, easy customizable components and widgets.The Template comes with a awesome unique design also we ensure you can easily design template.
It is a fully responsive layout for all type of devices. Works on all major web browsers, Desktop, iPhone, iPad, Tablet and all other smart phone devices
Once you Purchase Ynex Blazor Server Premium Tailwind Css Admin Template, you will be able to get free download of all future updates.
No Jquery | Dark Layout | RTL Ready |
12 Different Dashboards | Authentication Pages | Error Pages |
170+ Razor Pages | Easy to Customize | Tailwind Css Responsive Framework |
Form Elements | Draggable Cards | Ratings |
Grid JS Tables | Data Tables | Gallery |
Apex Charts | Chartjs Charts | Full Calendar |
Sweet Alerts | Swiper JS | Blog Pages |
Mail App | Chat | File Manager |
Invoice | Pricing | Landing |
Profile | Notifications | 24 * 7 Professional Company Support |
Ecommerce Pages | Under Construction Page | Color Theme Support (Primary and Background) |
Neat, clean and simple design | W3C Validated |
Step1: Go to the official website of the .NET SDK
Step2: Once you're on the website, look for a button that "Download .NET SDK" and click on it.
Step3: After clicking the button, your computer will start downloading the .NET SDK file.
Step4: That's it! Now you have successfully downloaded the .NET SDK file to your computer.
Step5: For installation process follow the on-screen instructions provided by the installer. These instructions may include selecting an installation location, agreeing to terms and conditions, and choosing optional components. Just read through each step and click "Next" or "Install" as needed.
βββ Data
βββ Pages
βββ Properties
βββ Services
βββ Shared
βββ wwwroot
βββ _Imports.razor
βββ App.razor
βββ appsettings.Development.json
βββ appsettings.json
βββ esbuild.config.js
βββ package.json
βββ postcss.config.js
βββ Program.cs
βββ tailwind.config.js
βββ ynex.csproj
βββ ynex.sln
dotnet watch run
ynex.sln
within the project folder.
F5
key to launch the Blazor Server development server.
The Blazor Server starterkit is a resource that helps developers kickstart their Blazor Server web development projects by providing a preconfigured and ready-to-use template. It aims to simplify the initial setup and provide a foundation for building Blazor Server Framework-based websites or applications.
The purpose of the Blazor Server starter kit is to save developers time and effort by offering a set of prebuilt files and configurations commonly used in Blazor Server projects. Instead of starting from scratch, developers can leverage the starter kit to quickly set up a project structure that adheres to best practices and industry standards.
The starter kit eliminates the need to set up the basic project structure manually. It provides a well-organized file and folder structure, including commonly used directories for separating code, templates, assets, and configuration files. This allows developers to focus more on implementing business logic rather than spending time on initial setup.
You can use the Starterkit if you are creating a new project. It will be time-consuming to use the full admin version for a new project as Ynex have more than 174 pages.
We have provided all the pre-build layouts like Sidemenu, Header, footer and blank pages etc in the Starterkit.
For further information or support regarding the template, please contact us using the provided link.
https://support.spruko.com/
βββ Data
βββ Pages/
| βββ _Host.cshtml
| βββ _Layout.cshtml
| βββ Counter.razor
| βββ Error.cshtml
| βββ Error.cshtml.cs
| βββ FetchData.razor
| βββ Home.razor
βββ Properties
| βββ launchSettings.json
βββ Services/
βββ Shared/
| βββ MainHeader.razor
| βββ MainLayout.razor
| βββ MainLayout.razor.css
| βββ Modal.razor
| βββ NavMenu.razor
| βββ NavMenu.razor.css
| βββ SurveyPrompt.razor
| βββ Switcher.razor
βββ wwwroot/
| βββ assets/
| | βββ css/
| | βββ icon-fonts/
| | βββ images/
| | βββ js/
| | βββ libs/
| | βββ scss/
| | βββ video/
| βββ css/
| βββ favicon.ion
βββ _Imports.razor
βββ App.razor
βββ appsettings.Development.json
βββ appsettings.json
βββ esbuild.config.js
βββ package.json
βββ postcss.config.js
βββ Program.cs
βββ tailwind.config.js
βββ starterkit.csproj
βββ starterkit.sln
Ynex comes with power of SCSS. The css files can be generated from scss by simply following below steps:
Please follow below steps to install and setup all prerequisites:
Make sure to have the Node.js installed & running in your computer. If you have already installed nodejs on your computer, you can skip this step, otherwise install nodejs on your computer,
Note : If you are using the latest version of Node JS or want to install and use the latest version, click here and install all the dependencies manually that are given below in command prompt.
To get started with esbuild, you need to install globally on your
system. You can install it using npm by running the following
command npm install -g esbuild
or
npm install --save-dev esbuild
from
your terminal.
To setup, follow below mentioned steps:
Make sure to have all above pre requisites installed & running in your computer
Open your terminal, go to your folder and enter the command
npm install
. This
would install all required dependencies in node_modules
folder.
npm i esbuild --save-dev
npm i esbuild-sass-plugin --save-dev
npm i postcss --save-dev
npm i autoprefixer --save-dev
npm i fs-extra --save-dev
npm i path --save-dev
npm i browser-sync --save-dev
npm i chokidar --save-dev
After you finished with the above steps, you can run the
following commands into the terminal/command prompt from the root directory
( Ynex) of the project to run the project locally or build for production
use:
dotnet watch run
Note:- please ensure that you have installed all node_modules requried to run Esbuild tasks .
Command | Description |
---|---|
npm run ynex
|
npm run ynex command is used to convert scss to css from the directory wwwroot/assets/scss to wwwroot/assets/css .The npm run ynex command is used to convert the installed plugins from package.json into libraries through the node_modules.
|
βββ Data
βββ Pages/
| βββ _AuthenticationHost.cshtml
| βββ _AuthenticationHost2.cshtml
| βββ _Host.cshtml
| βββ _LandingHost.cshtml
| βββ _LandingJobsHost.cshtml
| βββ _Layout.cshtml
| βββ _LayoutAuthentication.cshtml
| βββ _LayoutAuthentication2.cshtml
| βββ _LayoutJobLanding.cshtml
| βββ _LayoutLanding.cshtml
| βββ Counter.razor
| βββ Error.cshtml
| βββ Error.cshtml.cs
| βββ FetchData.razor
| βββ Home.razor
| βββ 14 + folders and 170 + .razor files
βββ Properties
| βββ launchSettings.json
βββ Services/
βββ Shared/
| βββ CalendarSettings.cs
| βββ CustomLayout.razor
| βββ Footer.razor
| βββ JobsLandingFooter.razor
| βββ JobsLandingLayout.razor
| βββ JobsLandingSidebar.razor
| βββ LandingFooter.razor
| βββ LandingHeader.razor
| βββ LandingLayout.razor
| βββ LandingSidebar.razor
| βββ LandingSwitcher.razor
| βββ MainHeader.razor
| βββ MainHeader1.razor
| βββ MainLayout.razor
| βββ MainLayout.razor.css
| βββ Modal.razor
| βββ NavMenu.razor
| βββ NavMenu.razor.css
| βββ SurveyPrompt.razor
| βββ Switcher.razor
βββ wwwroot/
| βββ assets/
| | βββ css/
| | βββ icon-fonts/
| | βββ images/
| | βββ js/
| | βββ libs/
| | βββ scss/
| | βββ video/
| βββ css/
| βββ favicon.ion
βββ _Imports.razor
βββ App.razor
βββ appsettings.Development.json
βββ appsettings.json
βββ esbuild.config.js
βββ package.json
βββ postcss.config.js
βββ Program.cs
βββ tailwind.config.js
βββ ynex.csproj
βββ ynex.sln
If you want to remove switcher from the template follow the below process.
Go to root path: Shared/MainLayout.razor
open "MainLayout.razor"
in that file, below the body tag remove the Switcher Path as shown in below.
Go to root path:
Shared/MainHeader.razor
open
"MainHeader.razor"
file and then remove below mentioned code
Step1:
Need to remove complete StateService
path : Services/StateService
file.Step2:
Also need to remove the Switcher.razor
path: Shared/Switcher
file
NOTE:The switcher is different for landing pages, if you want to remove switcher to the landing pages then follow the process.
Go to root path: Shared/LandingLayout.razor
open "LandingLayout.razor"
in that file, below the body tag remove the Switcher Path as shown in below.
Go to root path:
Shared/LandingHeader.razor
open
"LandingHeader.razor"
file and then remove below mentioned code
(Root:Services/StateService.cs)
public class AppState
{
public string ColorTheme { get; set; } = "light"; // light, dark
public string Direction { get; set; } = "ltr"; // ltr, rtl
public string NavigationStyles { get; set; } = "vertical"; // vertical, horizontal
public string MenuStyles { get; set; } = ""; // menu-click, menu-hover, icon-click, icon-hover
public string LayoutStyles { get; set; } = "default-menu"; // doublemenu, detached, icon-overlay, icontext-menu, closed-menu, default-menu
public string PageStyles { get; set; } = "regular"; // regular, classic, modern
public string WidthStyles { get; set; } = "fullwidth"; // fullwidth, boxed
public string MenuPosition { get; set; } = "fixed"; // fixed, scrollable
public string HeaderPosition { get; set; } = "fixed"; // fixed, scrollable
public string MenuColor { get; set; } = "dark"; // light, dark, color, gradient, transparent
public string HeaderColor { get; set; } = "light"; // light, dark, color, gradient, transparent
public string ThemePrimary { get; set; } = ""; // '58, 88, 146', '92, 144, 163', '161, 90, 223', '78, 172, 76', '223, 90, 90'
public string ThemeBackground { get; set; } = "";//make sure to add rgb valies like example :- '58, 88, 146' and also same for ThemeBackground1
public string ThemeBackground1 { get; set; } = "";
public string BackgroundImage { get; set; } = ""; // bgimg1, bgimg2, bgimg3, bgimg4, bgimg5
public MainMenuItems? currentItem { get; set; } = null;
}
Go To style.scss (wwwroot/assets/scss/styles.scss )
if you want to change another font-family Go to the site Google Fonts And Select One font Family and import in to styles.scss file
And paste Your Selected font-family in style.scss
And add the Your Selected font-family in tailwind config file inplace of old font
fontFamily: {
inter: ["Inter", "sans-serif"], //place your font here
},
And add the Your Selected font-family to body that is font-inter in custom.scss file (rootpath :- assets/scss/tailwind/_custom.scss) file inplace of old font
body {
@apply bg-bodybg h-full text-gray-600 dark:text-white m-0 font-inter font-normal text-sm relative;
}
To change Menu icons, open MenuData.Service.cs page Services\MenuData.Service.cs
and go through
MainMenuItems, you can find the icon property as icon: "bx bx-home", in the place of bx bx-home you can replace it with the required image as it will append to the class for i tag.
βββServices βββMenuData.Service.cs public class MenuDataService { private List<MainMenuItems> MenuData = new List<MainMenuItems>() { new MainMenuItems( menuTitle: "MAIN" ), new MainMenuItems( type: "sub", title: "Dashboards", icon: "bx bx-home", // replace the value with the required icon. ... ) } }
Go To "wwwroot/assets/images/brand-logos" folder and replace your logo with Previous Logos within in image size. note: Please don't increase logo sizes. Replace your logo within given image size. otherwise the logo will not fit in particular place it disturbs the template design.
To Add the New link element, open MenuData.Service.cs page Services\MenuData.Service.cs
and go through the object where you are want to place the new menu element.
βββServices βββMenuData.Service.cs new MainMenuItems ( path: "/home", // Replace the path value according to your route path. icon: "bx bx-home", // icon will only be visible for top/first level elements only. type: "link", // Fot link type it should need to be "link" only title: "CRM", // replace the Title selected: false, active: false, dirChange: false, badgeValue: "12", // badgeValue will only be visible for top/first level elements only. badgeClass: "bg-warning-transparent", // badgeClass will only be visible for top/first level elements only. ),
To Add the New link element, open MenuData.Service.cs page Services\MenuData.Service.cs
and go through the object where you are want to place the new menu element.
βββServices βββMenuData.Service.cs new MainMenuItems( type: "sub", // Fot link type it should need to be "sub" only title: "Dashboards", // replace the Title icon: "bx bx-home", // icon will only be visible for top/first level elements only. badgeValue: "12", // badgeValue will only be visible for top/first level elements only. badgeClass: "bg-warning-transparent", // badgeClass will only be visible for top/first level elements only. selected: false, active: false, dirChange: false, children: new MainMenuItems[] { new MainMenuItems ( path: "/home", // Replace the path type: "link", // For link type it should need to be "link" only title: "CRM", // Replace the Title selected: false, active: false, dirChange: false ), } )
To Remove the link/sub element, open MenuData.Service.cs page Services\MenuData.Service.cs
and go through the object which you are intended to remove.
βββServices βββMenuData.Service.cs // Remove the complete object MainMenuItems. new MainMenuItems ( path: "/home", // Replace the path type: "link", // Fot link type it should need to be "link" only title: "CRM", // Replace the Title selected: false, active: false, dirChange: false ),
All plugins runs through npm.
If you want new plugins : Install new plugin from npm then
run npm run build
command.
Refer following links for usage:
Icons | References |
---|---|
Bootstrap Icons | https://icons.getbootstrap.com/ |
Remix Icons | https://remixicon.com/ |
Feather Icons | https://feathericons.com/ |
Tabler Icons | https://tabler-icons.io/ |
Line Awesome Icons | https://icons8.com/line-awesome |
Boxicons | https://boxicons.com/ |
Material Icons | https://fonts.google.com/icons?icon.set=Material+Icons |
Refer following links for usage:
Images | References |
---|---|
Vecteezy | https://www.vecteezy.com/ |
Iconscout | https://iconscout.com/ |
Unsplash | https://unsplash.com/ |
Refer following link for usage:
Google Fonts | https://fonts.google.com/ |
Refer following link for usage:
Boxicons | https://boxicons.com/ |