Soenneker.Quark.Suite 3.0.162

Prefix Reserved
There is a newer version of this package available.
See the version list below for details.
dotnet add package Soenneker.Quark.Suite --version 3.0.162
                    
NuGet\Install-Package Soenneker.Quark.Suite -Version 3.0.162
                    
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="Soenneker.Quark.Suite" Version="3.0.162" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="Soenneker.Quark.Suite" Version="3.0.162" />
                    
Directory.Packages.props
<PackageReference Include="Soenneker.Quark.Suite" />
                    
Project file
For projects that support Central Package Management (CPM), copy this XML node into the solution Directory.Packages.props file to version the package.
paket add Soenneker.Quark.Suite --version 3.0.162
                    
#r "nuget: Soenneker.Quark.Suite, 3.0.162"
                    
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
#:package Soenneker.Quark.Suite@3.0.162
                    
#:package directive can be used in C# file-based apps starting in .NET 10 preview 4. Copy this into a .cs file before any lines of code to reference the package.
#addin nuget:?package=Soenneker.Quark.Suite&version=3.0.162
                    
Install as a Cake Addin
#tool nuget:?package=Soenneker.Quark.Suite&version=3.0.162
                    
Install as a Cake Tool

alternate text is missing from this package README image alternate text is missing from this package README image alternate text is missing from this package README image alternate text is missing from this package README image

alternate text is missing from this package README image Soenneker.Quark.Suite

Blazor component library for .NET — Bootstrap 5, full theming, and type-safe CSS utilities.

Highlights

  • 🎯 Type-safe CSS: Strong enums for colors, spacing, layout, typography
  • 🎨 Theming: Bootstrap CSS variable overrides + runtime theme switching
  • 🧩 60+ components: Buttons, forms, tables, modals, navs, data grid, more
  • 📦 Single package: All components in one NuGet, no extras
  • 🚀 Optimized: Built for performance and low overhead

Install

dotnet add package Soenneker.Quark.Suite

Setup

builder.Services.AddQuarkSuiteAsScoped();

var theme = new Theme { /* ... */ };
var provider = new ThemeProvider();
provider.AddTheme(theme);

builder.Services.AddThemeProviderAsScoped(provider);

Include Bootstrap if not already present:

<link href="https://cdn.jsdelivr.net/npm/bootstrap@5.3.3/dist/css/bootstrap.min.css" rel="stylesheet" />
<script src="https://cdn.jsdelivr.net/npm/bootstrap@5.3.3/dist/js/bootstrap.min.js"></script>

Examples

Type-safe styling

<Button Color="@Color.Primary" Size="@Size.Large">Click</Button>

<Div Margin="Margin.Is3.FromTop" Padding="Padding.Is4.OnX">
    <Text Color="@TextColor.Success" Weight="@FontWeight.Bold">
        Success message
    </Text>
</Div>

Data table with server-side paging

<QuarkTable TItem="Employee" Data="employees" PageSize="10"
            ServerSide="true" OnRequestData="LoadEmployees">
    <QuarkTableColumns>
        <QuarkTh Field="@nameof(Employee.Name)" Sortable />
        <QuarkTh Field="@nameof(Employee.Email)" />
        <QuarkTh Field="@nameof(Employee.Department)" Sortable />
    </QuarkTableColumns>
</QuarkTable>
Product Compatible and additional computed target framework versions.
.NET net9.0 is compatible.  net9.0-android was computed.  net9.0-browser was computed.  net9.0-ios was computed.  net9.0-maccatalyst was computed.  net9.0-macos was computed.  net9.0-tvos was computed.  net9.0-windows was computed.  net10.0 was computed.  net10.0-android was computed.  net10.0-browser was computed.  net10.0-ios was computed.  net10.0-maccatalyst was computed.  net10.0-macos was computed.  net10.0-tvos was computed.  net10.0-windows was computed. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

NuGet packages (1)

Showing the top 1 NuGet packages that depend on Soenneker.Quark.Suite:

Package Downloads
Soenneker.Blazor.Snackbar

SnackbarUtil allows for easy Snackbar usage throughout your Blazor application

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last Updated
3.0.200 0 10/9/2025
3.0.199 0 10/9/2025
3.0.198 0 10/9/2025
3.0.197 0 10/9/2025
3.0.195 0 10/9/2025
3.0.194 0 10/9/2025
3.0.193 0 10/9/2025
3.0.192 0 10/8/2025
3.0.191 52 10/8/2025
3.0.190 82 10/7/2025
3.0.189 56 10/6/2025
3.0.188 57 10/6/2025
3.0.187 76 10/6/2025
3.0.186 58 10/6/2025
3.0.185 58 10/6/2025
3.0.184 59 10/6/2025
3.0.183 59 10/6/2025
3.0.182 59 10/6/2025
3.0.180 66 10/6/2025
3.0.179 56 10/6/2025
3.0.178 69 10/6/2025
3.0.177 64 10/5/2025
3.0.176 58 10/5/2025
3.0.175 63 10/5/2025
3.0.174 60 10/5/2025
3.0.173 77 10/5/2025
3.0.172 58 10/5/2025
3.0.171 80 10/4/2025
3.0.170 63 10/4/2025
3.0.169 89 10/3/2025
3.0.168 73 10/3/2025
3.0.166 80 10/3/2025
3.0.165 77 10/3/2025
3.0.164 104 10/3/2025
3.0.163 87 10/3/2025
3.0.162 147 10/3/2025
3.0.161 162 10/2/2025
3.0.160 160 10/1/2025
3.0.159 171 10/1/2025
3.0.158 168 10/1/2025
3.0.157 150 10/1/2025
3.0.156 168 10/1/2025
3.0.155 148 10/1/2025
3.0.154 148 10/1/2025
3.0.153 153 10/1/2025
3.0.152 153 10/1/2025
3.0.151 169 9/30/2025
3.0.150 152 9/30/2025
3.0.149 158 9/30/2025
3.0.147 156 9/30/2025
3.0.146 149 9/30/2025
3.0.145 169 9/30/2025
3.0.144 149 9/30/2025
3.0.143 150 9/30/2025
3.0.142 149 9/30/2025
3.0.141 154 9/30/2025
3.0.140 170 9/30/2025
3.0.139 151 9/30/2025
3.0.138 169 9/29/2025
3.0.137 155 9/29/2025
3.0.136 155 9/29/2025
3.0.135 153 9/29/2025
3.0.134 161 9/29/2025
3.0.132 166 9/29/2025
3.0.131 169 9/29/2025
3.0.130 150 9/29/2025
3.0.129 153 9/29/2025
3.0.128 152 9/28/2025
3.0.127 152 9/28/2025
3.0.126 156 9/28/2025
3.0.125 156 9/28/2025
3.0.124 155 9/28/2025
3.0.123 131 9/28/2025
3.0.122 131 9/28/2025
3.0.121 132 9/28/2025
3.0.120 132 9/28/2025
3.0.119 95 9/28/2025
3.0.118 93 9/27/2025
3.0.117 92 9/27/2025
3.0.116 95 9/27/2025
3.0.115 96 9/27/2025
3.0.114 97 9/27/2025
3.0.113 90 9/27/2025
3.0.112 93 9/27/2025
3.0.111 91 9/27/2025
3.0.110 90 9/27/2025
3.0.109 94 9/27/2025
3.0.108 94 9/27/2025
3.0.107 93 9/27/2025
3.0.106 85 9/27/2025
3.0.105 86 9/27/2025
3.0.104 97 9/26/2025
3.0.103 104 9/26/2025
3.0.102 102 9/26/2025
3.0.101 106 9/26/2025
3.0.100 116 9/26/2025
3.0.99 129 9/26/2025
3.0.98 152 9/26/2025
3.0.97 154 9/26/2025
3.0.96 158 9/26/2025
3.0.95 157 9/26/2025
3.0.94 160 9/25/2025
3.0.93 158 9/25/2025
3.0.92 159 9/25/2025
3.0.91 157 9/25/2025
3.0.90 160 9/25/2025
3.0.89 148 9/24/2025
3.0.88 163 9/24/2025
3.0.87 157 9/24/2025
3.0.86 162 9/24/2025
3.0.85 145 9/24/2025
3.0.84 160 9/24/2025
3.0.83 157 9/23/2025
3.0.82 155 9/23/2025
3.0.81 160 9/23/2025
3.0.80 162 9/23/2025
3.0.79 159 9/23/2025
3.0.78 167 9/23/2025
3.0.77 160 9/22/2025
3.0.76 175 9/22/2025
3.0.75 189 9/22/2025
3.0.74 211 9/22/2025
3.0.73 212 9/22/2025
3.0.72 220 9/22/2025
3.0.71 207 9/21/2025
3.0.70 201 9/21/2025
3.0.69 190 9/21/2025
3.0.68 136 9/21/2025
3.0.67 148 9/21/2025
3.0.65 176 9/20/2025
3.0.64 185 9/20/2025
3.0.63 154 9/20/2025
3.0.62 158 9/20/2025
3.0.61 184 9/20/2025
3.0.60 203 9/20/2025
3.0.59 207 9/19/2025
3.0.58 218 9/19/2025
3.0.57 227 9/19/2025
3.0.56 244 9/19/2025
3.0.55 243 9/19/2025
3.0.54 241 9/19/2025
3.0.53 242 9/19/2025
3.0.52 241 9/19/2025
3.0.51 241 9/19/2025
3.0.50 244 9/19/2025
3.0.49 240 9/19/2025
3.0.48 240 9/19/2025
3.0.47 250 9/19/2025
3.0.46 274 9/19/2025
3.0.45 289 9/19/2025
3.0.44 286 9/18/2025
3.0.43 287 9/18/2025
3.0.42 282 9/18/2025
3.0.41 291 9/18/2025
3.0.40 286 9/18/2025
3.0.39 286 9/18/2025
3.0.38 285 9/18/2025
3.0.37 289 9/18/2025
3.0.36 282 9/17/2025
3.0.35 286 9/17/2025
3.0.34 284 9/17/2025
3.0.33 286 9/17/2025
3.0.32 281 9/17/2025
3.0.31 279 9/17/2025
3.0.30 286 9/17/2025
3.0.29 282 9/17/2025
3.0.28 284 9/17/2025
3.0.27 285 9/17/2025
3.0.26 289 9/17/2025
3.0.25 291 9/17/2025
3.0.24 292 9/17/2025
3.0.23 287 9/17/2025
3.0.22 291 9/17/2025
3.0.21 291 9/17/2025
3.0.20 298 9/17/2025
3.0.19 281 9/17/2025
3.0.18 294 9/16/2025
3.0.17 297 9/16/2025
3.0.16 294 9/16/2025
3.0.15 298 9/16/2025
3.0.14 291 9/16/2025
3.0.13 286 9/15/2025
3.0.12 251 9/15/2025
3.0.11 269 9/15/2025
3.0.10 229 9/15/2025
3.0.9 232 9/15/2025
3.0.8 203 9/15/2025
3.0.7 215 9/14/2025
3.0.6 199 9/14/2025
3.0.5 213 9/14/2025
3.0.4 139 9/14/2025
3.0.3 139 9/14/2025
3.0.2 144 9/13/2025
3.0.1 114 9/12/2025