Soenneker.Quark.Suite 3.0.165

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.165
                    
NuGet\Install-Package Soenneker.Quark.Suite -Version 3.0.165
                    
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.165" />
                    
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.165" />
                    
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.165
                    
#r "nuget: Soenneker.Quark.Suite, 3.0.165"
                    
#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.165
                    
#: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.165
                    
Install as a Cake Addin
#tool nuget:?package=Soenneker.Quark.Suite&version=3.0.165
                    
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 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 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.171 30 10/4/2025
3.0.170 26 10/4/2025
3.0.169 43 10/3/2025
3.0.168 40 10/3/2025
3.0.166 47 10/3/2025
3.0.165 44 10/3/2025
3.0.164 63 10/3/2025
3.0.163 57 10/3/2025
3.0.162 109 10/3/2025
3.0.161 124 10/2/2025
3.0.160 122 10/1/2025
3.0.159 133 10/1/2025
3.0.158 130 10/1/2025
3.0.157 123 10/1/2025
3.0.156 130 10/1/2025
3.0.155 121 10/1/2025
3.0.154 121 10/1/2025
3.0.153 126 10/1/2025
3.0.152 126 10/1/2025
3.0.151 144 9/30/2025
3.0.150 135 9/30/2025
3.0.149 139 9/30/2025
3.0.147 139 9/30/2025
3.0.146 132 9/30/2025
3.0.145 142 9/30/2025
3.0.144 132 9/30/2025
3.0.143 133 9/30/2025
3.0.142 132 9/30/2025
3.0.141 135 9/30/2025
3.0.140 145 9/30/2025
3.0.139 135 9/30/2025
3.0.138 157 9/29/2025
3.0.137 144 9/29/2025
3.0.136 141 9/29/2025
3.0.135 141 9/29/2025
3.0.134 148 9/29/2025
3.0.132 155 9/29/2025
3.0.131 158 9/29/2025
3.0.130 140 9/29/2025
3.0.129 143 9/29/2025
3.0.128 140 9/28/2025
3.0.127 140 9/28/2025
3.0.126 144 9/28/2025
3.0.125 146 9/28/2025
3.0.124 145 9/28/2025
3.0.123 121 9/28/2025
3.0.122 121 9/28/2025
3.0.121 122 9/28/2025
3.0.120 120 9/28/2025
3.0.119 83 9/28/2025
3.0.118 83 9/27/2025
3.0.117 82 9/27/2025
3.0.116 83 9/27/2025
3.0.115 84 9/27/2025
3.0.114 85 9/27/2025
3.0.113 80 9/27/2025
3.0.112 83 9/27/2025
3.0.111 81 9/27/2025
3.0.110 80 9/27/2025
3.0.109 84 9/27/2025
3.0.108 84 9/27/2025
3.0.107 83 9/27/2025
3.0.106 75 9/27/2025
3.0.105 74 9/27/2025
3.0.104 85 9/26/2025
3.0.103 94 9/26/2025
3.0.102 90 9/26/2025
3.0.101 96 9/26/2025
3.0.100 106 9/26/2025
3.0.99 119 9/26/2025
3.0.98 142 9/26/2025
3.0.97 143 9/26/2025
3.0.96 147 9/26/2025
3.0.95 146 9/26/2025
3.0.94 149 9/25/2025
3.0.93 147 9/25/2025
3.0.92 148 9/25/2025
3.0.91 146 9/25/2025
3.0.90 149 9/25/2025
3.0.89 147 9/24/2025
3.0.88 152 9/24/2025
3.0.87 146 9/24/2025
3.0.86 151 9/24/2025
3.0.85 134 9/24/2025
3.0.84 149 9/24/2025
3.0.83 147 9/23/2025
3.0.82 145 9/23/2025
3.0.81 149 9/23/2025
3.0.80 151 9/23/2025
3.0.79 149 9/23/2025
3.0.78 156 9/23/2025
3.0.77 149 9/22/2025
3.0.76 164 9/22/2025
3.0.75 178 9/22/2025
3.0.74 200 9/22/2025
3.0.73 201 9/22/2025
3.0.72 210 9/22/2025
3.0.71 197 9/21/2025
3.0.70 191 9/21/2025
3.0.69 180 9/21/2025
3.0.68 126 9/21/2025
3.0.67 138 9/21/2025
3.0.65 166 9/20/2025
3.0.64 175 9/20/2025
3.0.63 144 9/20/2025
3.0.62 148 9/20/2025
3.0.61 174 9/20/2025
3.0.60 193 9/20/2025
3.0.59 197 9/19/2025
3.0.58 208 9/19/2025
3.0.57 217 9/19/2025
3.0.56 234 9/19/2025
3.0.55 233 9/19/2025
3.0.54 231 9/19/2025
3.0.53 232 9/19/2025
3.0.52 231 9/19/2025
3.0.51 231 9/19/2025
3.0.50 234 9/19/2025
3.0.49 228 9/19/2025
3.0.48 230 9/19/2025
3.0.47 240 9/19/2025
3.0.46 264 9/19/2025
3.0.45 279 9/19/2025
3.0.44 276 9/18/2025
3.0.43 277 9/18/2025
3.0.42 272 9/18/2025
3.0.41 281 9/18/2025
3.0.40 276 9/18/2025
3.0.39 276 9/18/2025
3.0.38 275 9/18/2025
3.0.37 279 9/18/2025
3.0.36 272 9/17/2025
3.0.35 276 9/17/2025
3.0.34 274 9/17/2025
3.0.33 276 9/17/2025
3.0.32 271 9/17/2025
3.0.31 269 9/17/2025
3.0.30 276 9/17/2025
3.0.29 272 9/17/2025
3.0.28 274 9/17/2025
3.0.27 275 9/17/2025
3.0.26 279 9/17/2025
3.0.25 281 9/17/2025
3.0.24 282 9/17/2025
3.0.23 277 9/17/2025
3.0.22 281 9/17/2025
3.0.21 281 9/17/2025
3.0.20 288 9/17/2025
3.0.19 271 9/17/2025
3.0.18 284 9/16/2025
3.0.17 287 9/16/2025
3.0.16 284 9/16/2025
3.0.15 288 9/16/2025
3.0.14 281 9/16/2025
3.0.13 276 9/15/2025
3.0.12 241 9/15/2025
3.0.11 259 9/15/2025
3.0.10 219 9/15/2025
3.0.9 222 9/15/2025
3.0.8 193 9/15/2025
3.0.7 205 9/14/2025
3.0.6 189 9/14/2025
3.0.5 203 9/14/2025
3.0.4 129 9/14/2025
3.0.3 129 9/14/2025
3.0.2 134 9/13/2025
3.0.1 104 9/12/2025