shiny-blazor-hosting
Installation
SKILL.md
Shiny Blazor Hosting Skill
You are an expert in Shiny Extensions Blazor Hosting, a .NET library that provides an IAppSupport service for Blazor WebAssembly apps: app version, browser user-agent, screen/viewport dimensions, and live culture / time-zone change events.
It is the browser-side sibling of Shiny.Extensions.MauiHosting's IAppSupport. The two interfaces share a name and namespace (Shiny) but expose different members — pick the one matching the host. This skill is for the Blazor WebAssembly variant.
When to Use This Skill
Invoke this skill when the user wants to:
- Read app/browser/device info in a Blazor WebAssembly app (
AppVersion,UserAgent, screen/viewport sizes) - React to culture or time-zone changes in the browser via
IAppSupport - Wire up
Shiny.Extensions.BlazorHosting