AngryMonkey.CloudComponents 4.2.1

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

CloudComponents Core

Website GitHub repository NuGet NuGet downloads .NET Blazor License

Core Blazor UI primitives for dialogs, popups, switches, tabs, progress indicators, volume controls, and safely rendered Markdown documentation.

Installation

dotnet add package AngryMonkey.CloudComponents

Components

Component Purpose
PopupComp Programmatically controlled popup content
Dialog Modal confirmation and action workflows
Switch Boolean and optional tri-state input
Tabs Structured tab navigation
ProgressBar Interactive or display-only progress
VolumeBar Compact audio volume input
CloudMarkdown Remote or inline Markdown renderer with safe HTML handling, route-aware links, and fragment navigation

CloudMarkdown

CloudMarkdown renders Markdown from a URL or an in-memory string without inheriting surrounding page typography. It supports GitHub raw and blob URLs, rewrites relative GitHub README links through DocumentRoutes, and scrolls fragment links without retaining a hash in the address bar.

Register the HTTP client once in your host application:

builder.Services.AddHttpClient();

Then add the namespace and use the component:

@using AngryMonkey.CloudComponents.Markdown

<CloudMarkdown SourceUrl="https://raw.githubusercontent.com/owner/repository/main/README.md"
               DocumentRoute="/documentation"
               DocumentRoutes="@_documentRoutes" />

Set Content for Markdown already loaded by your application. Supply DocumentUrl with Content when it contains relative links. LoadingTemplate, ErrorTemplate, EmptyTemplate, and Class provide presentation customization. The component resets inherited page styles and owns its complete Markdown design. Pass theme overrides through Style using component-local variables such as --cloud-markdown-link, --cloud-markdown-surface, and --cloud-markdown-font-size. Raw HTML is deliberately disabled; this keeps remotely hosted documentation safe by default.

Angry Monkey Cloud

This package is part of the Angry Monkey Cloud open-source ecosystem. Follow the shared AI development instructions and browse the GitHub organization for related projects.

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 (2)

Showing the top 2 NuGet packages that depend on AngryMonkey.CloudComponents:

Package Downloads
AngryMonkey.CloudComponents.Maps

Package Description

AngryMonkey.CloudComponents.VideoPlayer

Package Description

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last Updated
4.2.1 59 7/20/2026
4.2.0 185 7/12/2026
4.1.6 154 7/9/2026
4.1.5 115 7/9/2026
4.1.4 124 7/8/2026
4.1.3 141 7/7/2026
4.1.2 407 7/6/2026
4.1.1 93 7/6/2026