Soenneker.Quark.Suite
3.0.203
Prefix Reserved
There is a newer version of this package available.
See the version list below for details.
See the version list below for details.
dotnet add package Soenneker.Quark.Suite --version 3.0.203
NuGet\Install-Package Soenneker.Quark.Suite -Version 3.0.203
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.203" />
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.203" />
<PackageReference Include="Soenneker.Quark.Suite" />
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.203
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
#r "nuget: Soenneker.Quark.Suite, 3.0.203"
#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.203
#: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.203
#tool nuget:?package=Soenneker.Quark.Suite&version=3.0.203
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
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 host = builder.Build();
await host.Services.LoadQuarkResources(); // Optional if you want to load resources via html
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 | Versions 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.
-
net9.0
- Soenneker.Blazor.Extensions.EventCallback (>= 3.0.424)
- Soenneker.Blazor.Utils.ResourceLoader (>= 3.0.1504)
- Soenneker.DataTables.Dtos.Column (>= 3.0.6)
- Soenneker.DataTables.Dtos.ServerResponse (>= 3.0.3)
- Soenneker.DataTables.Dtos.ServerSideRequest (>= 3.0.5)
- Soenneker.Extensions.String (>= 3.0.557)
- Soenneker.Quark.Components.Core.Cancellable (>= 3.0.7)
- Soenneker.Quark.Enums.BoxShadows (>= 3.0.12)
- Soenneker.Quark.Enums.Breakpoints (>= 3.0.13)
- Soenneker.Quark.Enums.ButtonTypes (>= 3.0.7)
- Soenneker.Quark.Enums.ColorTypes (>= 3.0.7)
- Soenneker.Quark.Enums.ColumnAlignments (>= 3.0.7)
- Soenneker.Quark.Enums.Cursor (>= 3.0.13)
- Soenneker.Quark.Enums.DisplayTypes (>= 3.0.14)
- Soenneker.Quark.Enums.ElementSides (>= 3.0.10)
- Soenneker.Quark.Enums.Flexes (>= 3.0.12)
- Soenneker.Quark.Enums.Floats (>= 3.0.14)
- Soenneker.Quark.Enums.FontStyles (>= 3.0.10)
- Soenneker.Quark.Enums.FontWeights (>= 3.0.10)
- Soenneker.Quark.Enums.GlobalKeywords (>= 3.0.6)
- Soenneker.Quark.Enums.HtmlElementTypes (>= 3.0.5)
- Soenneker.Quark.Enums.InputTypes (>= 3.0.5)
- Soenneker.Quark.Enums.ObjectFits (>= 3.0.10)
- Soenneker.Quark.Enums.Overflows (>= 3.0.10)
- Soenneker.Quark.Enums.Placements (>= 3.0.7)
- Soenneker.Quark.Enums.PointerEvents (>= 3.0.10)
- Soenneker.Quark.Enums.Positions (>= 3.0.10)
- Soenneker.Quark.Enums.Scales (>= 3.0.8)
- Soenneker.Quark.Enums.Size (>= 3.0.10)
- Soenneker.Quark.Enums.TextAlignments (>= 3.0.12)
- Soenneker.Quark.Enums.TextBreaks (>= 3.0.10)
- Soenneker.Quark.Enums.TextDecorations.Line (>= 3.0.10)
- Soenneker.Quark.Enums.TextDecorations.Style (>= 3.0.10)
- Soenneker.Quark.Enums.TextOverflows (>= 3.0.5)
- Soenneker.Quark.Enums.TextTransforms (>= 3.0.10)
- Soenneker.Quark.Enums.TextWraps (>= 3.0.10)
- Soenneker.Quark.Enums.UserSelects (>= 3.0.10)
- Soenneker.Quark.Enums.VerticalAligns (>= 3.0.12)
- Soenneker.Quark.Enums.Visibilities (>= 3.0.12)
- Soenneker.Utils.Debounce (>= 3.0.10)
- Soenneker.Utils.Json (>= 3.0.2356)
- Soenneker.Utils.PooledStringBuilders (>= 3.0.4)
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.225 | 0 | 10/16/2025 |
3.0.224 | 0 | 10/16/2025 |
3.0.223 | 0 | 10/16/2025 |
3.0.222 | 0 | 10/16/2025 |
3.0.221 | 0 | 10/16/2025 |
3.0.220 | 0 | 10/16/2025 |
3.0.218 | 48 | 10/16/2025 |
3.0.217 | 47 | 10/16/2025 |
3.0.216 | 49 | 10/16/2025 |
3.0.215 | 60 | 10/16/2025 |
3.0.214 | 55 | 10/15/2025 |
3.0.213 | 95 | 10/11/2025 |
3.0.212 | 77 | 10/11/2025 |
3.0.211 | 64 | 10/11/2025 |
3.0.210 | 70 | 10/10/2025 |
3.0.209 | 71 | 10/10/2025 |
3.0.207 | 94 | 10/10/2025 |
3.0.206 | 145 | 10/10/2025 |
3.0.205 | 136 | 10/10/2025 |
3.0.203 | 152 | 10/9/2025 |
3.0.202 | 137 | 10/9/2025 |
3.0.201 | 136 | 10/9/2025 |
3.0.200 | 148 | 10/9/2025 |
3.0.199 | 162 | 10/9/2025 |
3.0.198 | 147 | 10/9/2025 |
3.0.197 | 147 | 10/9/2025 |
3.0.195 | 160 | 10/9/2025 |
3.0.194 | 147 | 10/9/2025 |
3.0.193 | 150 | 10/9/2025 |
3.0.192 | 152 | 10/8/2025 |
3.0.191 | 163 | 10/8/2025 |
3.0.190 | 182 | 10/7/2025 |
3.0.189 | 156 | 10/6/2025 |
3.0.188 | 153 | 10/6/2025 |
3.0.187 | 171 | 10/6/2025 |
3.0.186 | 152 | 10/6/2025 |
3.0.185 | 151 | 10/6/2025 |
3.0.184 | 152 | 10/6/2025 |
3.0.183 | 152 | 10/6/2025 |
3.0.182 | 153 | 10/6/2025 |
3.0.180 | 162 | 10/6/2025 |
3.0.179 | 151 | 10/6/2025 |
3.0.178 | 164 | 10/6/2025 |
3.0.177 | 160 | 10/5/2025 |
3.0.176 | 152 | 10/5/2025 |
3.0.175 | 159 | 10/5/2025 |
3.0.174 | 157 | 10/5/2025 |
3.0.173 | 163 | 10/5/2025 |
3.0.172 | 142 | 10/5/2025 |
3.0.171 | 101 | 10/4/2025 |
3.0.170 | 95 | 10/4/2025 |
3.0.169 | 113 | 10/3/2025 |
3.0.168 | 94 | 10/3/2025 |
3.0.166 | 102 | 10/3/2025 |
3.0.165 | 100 | 10/3/2025 |
3.0.164 | 131 | 10/3/2025 |
3.0.163 | 110 | 10/3/2025 |
3.0.162 | 172 | 10/3/2025 |
3.0.161 | 175 | 10/2/2025 |
3.0.160 | 172 | 10/1/2025 |
3.0.159 | 174 | 10/1/2025 |
3.0.158 | 172 | 10/1/2025 |
3.0.157 | 153 | 10/1/2025 |
3.0.156 | 171 | 10/1/2025 |
3.0.155 | 152 | 10/1/2025 |
3.0.154 | 151 | 10/1/2025 |
3.0.153 | 157 | 10/1/2025 |
3.0.152 | 157 | 10/1/2025 |
3.0.151 | 172 | 9/30/2025 |
3.0.150 | 155 | 9/30/2025 |
3.0.149 | 161 | 9/30/2025 |
3.0.147 | 160 | 9/30/2025 |
3.0.146 | 152 | 9/30/2025 |
3.0.145 | 172 | 9/30/2025 |
3.0.144 | 152 | 9/30/2025 |
3.0.143 | 153 | 9/30/2025 |
3.0.142 | 152 | 9/30/2025 |
3.0.141 | 158 | 9/30/2025 |
3.0.140 | 174 | 9/30/2025 |
3.0.139 | 155 | 9/30/2025 |
3.0.138 | 171 | 9/29/2025 |
3.0.137 | 157 | 9/29/2025 |
3.0.136 | 157 | 9/29/2025 |
3.0.135 | 155 | 9/29/2025 |
3.0.134 | 164 | 9/29/2025 |
3.0.132 | 169 | 9/29/2025 |
3.0.131 | 171 | 9/29/2025 |
3.0.130 | 153 | 9/29/2025 |
3.0.129 | 156 | 9/29/2025 |
3.0.128 | 154 | 9/28/2025 |
3.0.127 | 154 | 9/28/2025 |
3.0.126 | 158 | 9/28/2025 |
3.0.125 | 159 | 9/28/2025 |
3.0.124 | 158 | 9/28/2025 |
3.0.123 | 134 | 9/28/2025 |
3.0.122 | 134 | 9/28/2025 |
3.0.121 | 134 | 9/28/2025 |
3.0.120 | 136 | 9/28/2025 |
3.0.119 | 101 | 9/28/2025 |
3.0.118 | 95 | 9/27/2025 |
3.0.117 | 95 | 9/27/2025 |
3.0.116 | 98 | 9/27/2025 |
3.0.115 | 99 | 9/27/2025 |
3.0.114 | 100 | 9/27/2025 |
3.0.113 | 93 | 9/27/2025 |
3.0.112 | 95 | 9/27/2025 |
3.0.111 | 94 | 9/27/2025 |
3.0.110 | 93 | 9/27/2025 |
3.0.109 | 97 | 9/27/2025 |
3.0.108 | 97 | 9/27/2025 |
3.0.107 | 95 | 9/27/2025 |
3.0.106 | 88 | 9/27/2025 |
3.0.105 | 89 | 9/27/2025 |
3.0.104 | 99 | 9/26/2025 |
3.0.103 | 106 | 9/26/2025 |
3.0.102 | 104 | 9/26/2025 |
3.0.101 | 109 | 9/26/2025 |
3.0.100 | 119 | 9/26/2025 |
3.0.99 | 132 | 9/26/2025 |
3.0.98 | 157 | 9/26/2025 |
3.0.97 | 155 | 9/26/2025 |
3.0.96 | 160 | 9/26/2025 |
3.0.95 | 159 | 9/26/2025 |
3.0.94 | 162 | 9/25/2025 |
3.0.93 | 161 | 9/25/2025 |
3.0.92 | 160 | 9/25/2025 |
3.0.91 | 159 | 9/25/2025 |
3.0.90 | 162 | 9/25/2025 |
3.0.89 | 150 | 9/24/2025 |
3.0.88 | 165 | 9/24/2025 |
3.0.87 | 158 | 9/24/2025 |
3.0.86 | 163 | 9/24/2025 |
3.0.85 | 146 | 9/24/2025 |
3.0.84 | 162 | 9/24/2025 |
3.0.83 | 160 | 9/23/2025 |
3.0.82 | 156 | 9/23/2025 |
3.0.81 | 162 | 9/23/2025 |
3.0.80 | 163 | 9/23/2025 |
3.0.79 | 161 | 9/23/2025 |
3.0.78 | 168 | 9/23/2025 |
3.0.77 | 161 | 9/22/2025 |
3.0.76 | 177 | 9/22/2025 |
3.0.75 | 190 | 9/22/2025 |
3.0.74 | 212 | 9/22/2025 |
3.0.73 | 213 | 9/22/2025 |
3.0.72 | 222 | 9/22/2025 |
3.0.71 | 209 | 9/21/2025 |
3.0.70 | 202 | 9/21/2025 |
3.0.69 | 191 | 9/21/2025 |
3.0.68 | 138 | 9/21/2025 |
3.0.67 | 149 | 9/21/2025 |
3.0.65 | 177 | 9/20/2025 |
3.0.64 | 187 | 9/20/2025 |
3.0.63 | 156 | 9/20/2025 |
3.0.62 | 160 | 9/20/2025 |
3.0.61 | 185 | 9/20/2025 |
3.0.60 | 205 | 9/20/2025 |
3.0.59 | 209 | 9/19/2025 |
3.0.58 | 220 | 9/19/2025 |
3.0.57 | 228 | 9/19/2025 |
3.0.56 | 245 | 9/19/2025 |
3.0.55 | 244 | 9/19/2025 |
3.0.54 | 242 | 9/19/2025 |
3.0.53 | 243 | 9/19/2025 |
3.0.52 | 242 | 9/19/2025 |
3.0.51 | 242 | 9/19/2025 |
3.0.50 | 245 | 9/19/2025 |
3.0.49 | 241 | 9/19/2025 |
3.0.48 | 241 | 9/19/2025 |
3.0.47 | 251 | 9/19/2025 |
3.0.46 | 276 | 9/19/2025 |
3.0.45 | 291 | 9/19/2025 |
3.0.44 | 287 | 9/18/2025 |
3.0.43 | 290 | 9/18/2025 |
3.0.42 | 284 | 9/18/2025 |
3.0.41 | 293 | 9/18/2025 |
3.0.40 | 287 | 9/18/2025 |
3.0.39 | 288 | 9/18/2025 |
3.0.38 | 286 | 9/18/2025 |
3.0.37 | 291 | 9/18/2025 |
3.0.36 | 283 | 9/17/2025 |
3.0.35 | 289 | 9/17/2025 |
3.0.34 | 286 | 9/17/2025 |
3.0.33 | 287 | 9/17/2025 |
3.0.32 | 283 | 9/17/2025 |
3.0.31 | 280 | 9/17/2025 |
3.0.30 | 288 | 9/17/2025 |
3.0.29 | 284 | 9/17/2025 |
3.0.28 | 285 | 9/17/2025 |
3.0.27 | 286 | 9/17/2025 |
3.0.26 | 291 | 9/17/2025 |
3.0.25 | 292 | 9/17/2025 |
3.0.24 | 293 | 9/17/2025 |
3.0.23 | 289 | 9/17/2025 |
3.0.22 | 293 | 9/17/2025 |
3.0.21 | 292 | 9/17/2025 |
3.0.20 | 300 | 9/17/2025 |
3.0.19 | 284 | 9/17/2025 |
3.0.18 | 295 | 9/16/2025 |
3.0.17 | 298 | 9/16/2025 |
3.0.16 | 296 | 9/16/2025 |
3.0.15 | 300 | 9/16/2025 |
3.0.14 | 293 | 9/16/2025 |
3.0.13 | 288 | 9/15/2025 |
3.0.12 | 253 | 9/15/2025 |
3.0.11 | 270 | 9/15/2025 |
3.0.10 | 231 | 9/15/2025 |
3.0.9 | 236 | 9/15/2025 |
3.0.8 | 206 | 9/15/2025 |
3.0.7 | 218 | 9/14/2025 |
3.0.6 | 201 | 9/14/2025 |
3.0.5 | 214 | 9/14/2025 |
3.0.4 | 140 | 9/14/2025 |
3.0.3 | 141 | 9/14/2025 |
3.0.2 | 146 | 9/13/2025 |
3.0.1 | 117 | 9/12/2025 |