Prerequisites
Before you begin, ensure that you have the following:
- .NET SDK 8 or later
- Tailwind CSS 4.0
- An existing Blazor project or create a new one
Install LumexUI
Install LumexUI using the .NET CLI or NuGet Package Manager.
Install Tailwind CSS
LumexUI is built on top of Tailwind CSS. Start by following the official installation guide, then update the app’s CSS file.
Note: The Tailwind standalone CLI is recommended if Node.js or npm are not required.
Configure startup file
Add the necessary LumexUI services to
Program.cs
file.Include CSS and JS
Add the static files to the
<head>
and<body>
sections of the page.Start using LumexUI
All set! Begin integrating and using LumexUI components throughout the project.