Forge
csharp3407750f
1namespace AgentForge.Plugin.View.Components;
2
3public static class ForgeViewTabPanel
4{
5 public static string Render(string inner) => ForgeHtml.Div("tab-panel", inner);
6}
7
View only · write via MCP/CIDE