#load "../lib/app.uce" RENDER(Request& context) { starter_boot(context); context.var["starter"]["page_title"] = "Components"; starter_register_css("views/marketing.css", context); <>
COMPONENT:HERO_SECTION(Request& context)
{
String title = first(context.call["title"].to_string(), "Welcome");
<>
<div class="hero-section">...</div>
</>
}
Landing page hero with CTA buttons
Feature showcase grid
ag-Grid table wrapper
Lightweight sortable HTML table
Workspace shell wrapper
SVG KPI gauge component
DTree props;
props["title"] = "Stunning Apps";
<><?: component("example/marketing_blocks:HERO_SECTION", props, context) ?></>