SyntaxCircus.Cmsify.Components.Theme
0.4.9
dotnet add package SyntaxCircus.Cmsify.Components.Theme --version 0.4.9
NuGet\Install-Package SyntaxCircus.Cmsify.Components.Theme -Version 0.4.9
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="SyntaxCircus.Cmsify.Components.Theme" Version="0.4.9" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="SyntaxCircus.Cmsify.Components.Theme" Version="0.4.9" />
<PackageReference Include="SyntaxCircus.Cmsify.Components.Theme" />
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 SyntaxCircus.Cmsify.Components.Theme --version 0.4.9
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
#r "nuget: SyntaxCircus.Cmsify.Components.Theme, 0.4.9"
#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 SyntaxCircus.Cmsify.Components.Theme@0.4.9
#: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=SyntaxCircus.Cmsify.Components.Theme&version=0.4.9
#tool nuget:?package=SyntaxCircus.Cmsify.Components.Theme&version=0.4.9
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
SyntaxCircus.Cmsify.Components.Theme
Default Bootstrap-flavored values for the --cmsify-* CSS custom properties used by SyntaxCircus.Cmsify.Components. Purely static assets — installing this package adds no components or code.
Usage
Reference the stylesheet from your host page (e.g. in App.razor's <head>):
<link rel="stylesheet" href="_content/SyntaxCircus.Cmsify.Components.Theme/cmsify-theme.css" />
Omit this package entirely if you want to set the --cmsify-* variables yourself to match your own design system.
Default values
| Variable | Default |
|---|---|
--cmsify-color-text |
#212529 |
--cmsify-color-border |
#dee2e6 |
--cmsify-color-border-focus |
#6D28D9 |
--cmsify-color-danger |
#B91C1C |
--cmsify-color-muted |
#6c757d |
--cmsify-color-overlay |
rgba(0, 0, 0, 0.5) |
--cmsify-color-surface |
#ffffff |
--cmsify-color-field-background |
transparent |
--cmsify-color-on-accent |
white |
--cmsify-radius |
0.375rem |
--cmsify-spacing-sm |
0.375rem |
--cmsify-spacing-md |
0.75rem |
--cmsify-font-family |
system-ui, -apple-system, "Segoe UI", sans-serif |
--cmsify-focus-ring |
0 0 0 0.2rem rgba(109, 40, 217, 0.25) |
| Product | Versions 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.
-
net10.0
- No dependencies.
NuGet packages
This package is not used by any NuGet packages.
GitHub repositories
This package is not used by any popular GitHub repositories.