Soenneker.Quark.Enums.TextTransforms 4.0.66

Prefix Reserved
dotnet add package Soenneker.Quark.Enums.TextTransforms --version 4.0.66
                    
NuGet\Install-Package Soenneker.Quark.Enums.TextTransforms -Version 4.0.66
                    
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.Enums.TextTransforms" Version="4.0.66" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="Soenneker.Quark.Enums.TextTransforms" Version="4.0.66" />
                    
Directory.Packages.props
<PackageReference Include="Soenneker.Quark.Enums.TextTransforms" />
                    
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.Enums.TextTransforms --version 4.0.66
                    
#r "nuget: Soenneker.Quark.Enums.TextTransforms, 4.0.66"
                    
#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.Enums.TextTransforms@4.0.66
                    
#: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.Enums.TextTransforms&version=4.0.66
                    
Install as a Cake Addin
#tool nuget:?package=Soenneker.Quark.Enums.TextTransforms&version=4.0.66
                    
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.Enums.TextTransforms

Strongly typed text-transform tokens for Quark components and styles.

Install

dotnet add package Soenneker.Quark.Enums.TextTransforms

Usage

TextTransformEnum transform = TextTransformEnum.Uppercase;
string value = transform.Value; // "uppercase"

Each emitted string works as both a CSS text-transform value and the corresponding Tailwind utility class name.

Values

Member Value Effect
Lowercase lowercase Displays letters in lowercase.
Uppercase uppercase Displays letters in uppercase.
Capitalize capitalize Capitalizes the first letter of each word.

Text transformation changes presentation, not the underlying string. Apply it only where that distinction is appropriate for copying, searching, and accessibility.

Product Compatible and additional computed target framework versions.
.NET net10.0 is compatible.  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.Enums.TextTransforms:

Package Downloads
Soenneker.Quark.Builders

Builders that allow for Quark fluent chaining of Shadcn and Tailwind classes

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last Updated
4.0.66 1,056 9/4/2026
4.0.65 2,765 8/31/2026
4.0.64 82 8/30/2026
4.0.63 84 8/30/2026
4.0.62 88 8/29/2026
4.0.61 4,641 8/21/2026
4.0.60 1,852 8/18/2026
4.0.59 4,701 8/7/2026
4.0.58 1,164 7/28/2026
4.0.57 112 7/28/2026
4.0.56 6,721 7/16/2026
4.0.55 1,632 7/16/2026
4.0.54 4,737 7/3/2026
4.0.53 2,434 6/19/2026
4.0.52 1,915 6/19/2026
4.0.51 6,268 6/6/2026
4.0.49 361 6/5/2026
4.0.48 10,026 5/1/2026
4.0.47 110 5/1/2026
4.0.46 3,354 4/23/2026
Loading failed

Updated Multiple NuGet packages