Page not found
The address may be outdated or misspelled. No private or duplicate route is exposed here.
diff --git a/app/pages/404.wrn b/app/pages/404.wrn
index 61158d96..1ec54f63 100644
--- a/app/pages/404.wrn
+++ b/app/pages/404.wrn
@@ -7,10 +7,10 @@ page Pagenotfound {
view {
The address may be outdated or misspelled. No private or duplicate route is exposed here.
WRNexusJS 0.2.68 packages are not available from the public npm registry. Installation requires approval and private registry credentials supplied by WorkRoot. Never paste registry tokens into source control, issue reports, or support messages.
bunx @wrnexus/cli@0.2.68 create my-appAccess approval, response time, licensing terms, and support level remain owner-controlled. This site does not collect access requests directly.
WRNexusJS 0.2.69 packages are not available from the public npm registry. Installation requires approval and private registry credentials supplied by WorkRoot. Never paste registry tokens into source control, issue reports, or support messages.
bunx @wrnexus/cli@0.2.69 create my-appAccess approval, response time, licensing terms, and support level remain owner-controlled. This site does not collect access requests directly.
WRNexusJS is Bun-native and SSR-first. File discovery maps pages and API handlers; middleware enriches or short-circuits a request; the compiler turns .wrn declarations into server render functions and small feature runtimes.
core owns contexts, middleware, sessions and rooms; router discovers routes; compiler parses .wrn; ssr renders documents; csr supplies browser runtimes; dev-server and cli orchestrate development and builds.
Validation happens at trust boundaries. Session authentication establishes identity; authorization makes resource decisions. CSP, Trusted Types, CSRF, upload checks, WebSocket origins, request limits, and output escaping are layered controls—not substitutes for application policy.
Rooms are process-local unless connected through pub/sub. Redis-backed pub/sub distributes events. Queue durability depends on the selected driver and must be evaluated explicitly.
The gateway can dispatch multiple applications while preserving route, component, asset, config, and session boundaries. Validate host routing and isolation before production.
wrnexus build . produces dist/server.js and hashed/static assets. Run the server with Bun, apply migrations before traffic, terminate TLS at a trusted edge, and forward only expected proxy headers.
Mobile compatibility bridges SSR-safe Capacitor capabilities; native route generation is experimental and is not general web portability. Test each target platform.
app/routes.gen.ts, .wrnexus/, and dist/ are generated. The runtime is Bun-only. Preview packages are private. Historical compatibility and long-term support policy are not yet published.
WRNexusJS is Bun-native and SSR-first. File discovery maps pages and API handlers; middleware enriches or short-circuits a request; the compiler turns .wrn declarations into server render functions and small feature runtimes.
core owns contexts, middleware, sessions and rooms; router discovers routes; compiler parses .wrn; ssr renders documents; csr supplies browser runtimes; dev-server and cli orchestrate development and builds.
Validation happens at trust boundaries. Session authentication establishes identity; authorization makes resource decisions. CSP, Trusted Types, CSRF, upload checks, WebSocket origins, request limits, and output escaping are layered controls—not substitutes for application policy.
Rooms are process-local unless connected through pub/sub. Redis-backed pub/sub distributes events. Queue durability depends on the selected driver and must be evaluated explicitly.
The gateway can dispatch multiple applications while preserving route, component, asset, config, and session boundaries. Validate host routing and isolation before production.
wrnexus build . produces dist/server.js and hashed/static assets. Run the server with Bun, apply migrations before traffic, terminate TLS at a trusted edge, and forward only expected proxy headers.
Mobile compatibility bridges SSR-safe Capacitor capabilities; native route generation is experimental and is not general web portability. Test each target platform.
app/routes.gen.ts, .wrnexus/, and dist/ are generated. The runtime is Bun-only. Preview packages are private. Historical compatibility and long-term support policy are not yet published.
No comparative speed claims are published. A valid baseline must record scripts, commit, Bun/framework versions, hardware, OS, warmup, samples, workload, raw results, median, percentiles, memory, HTML size, browser JavaScript size, and run date.
The roadmap starts with WRNexusJS-only measurements before any maintained equivalent-workload comparison.
Documentation is aligned to all 26 installed packages. This release adds @wrnexus/helpers, original-request URL helpers, safe login redirects, working wrnexus workspace add, and forward-auth redirect propagation.
Run wrnexus update --latest and keep every @wrnexus/* package on 0.2.68. Existing applications must explicitly add @wrnexus/helpers before importing it; newly scaffolded applications include it automatically.
The packages use semantic-looking versions, but a formal compatibility and old-release support policy has not been approved. Preview consumers should treat minor releases as potentially requiring migration review.
Documentation is aligned to all 26 installed packages. This release adds @wrnexus/helpers, original-request URL helpers, safe login redirects, working wrnexus workspace add, and forward-auth redirect propagation.
Run wrnexus update --latest and keep every @wrnexus/* package on 0.2.69. Existing applications must explicitly add @wrnexus/helpers before importing it; newly scaffolded applications include it automatically.
The packages use semantic-looking versions, but a formal compatibility and old-release support policy has not been approved. Preview consumers should treat minor releases as potentially requiring migration review.
Production-ready, server-rendered components documented directly from the installed .wrn sources.
Showing {category} components
Reusable accept all cookies button component.
View component → @@ -916,7 +916,7 @@ page Components { contentReusable workspace switcher component.
View component → formsReusable year picker component.
View component → contentReusable zoom slider component.
View component →Reusable accept all cookies button component.
Components are auto-discovered. Use the component directly in any .wrn view:
<AcceptAllCookiesButton
+ actions componentAcceptAllCookiesButton
Reusable accept all cookies button component.
Usage
Components are auto-discovered. Use the component directly in any .wrn view:
<AcceptAllCookiesButton
label="Action"
href="href"
type="button"
@@ -38,7 +38,7 @@ page AcceptAllCookiesButtoncomponent {
}
}
-
+
}
diff --git a/app/pages/components/accessible-accordion.wrn b/app/pages/components/accessible-accordion.wrn
index 9b4cf819..2f61ce3b 100644
--- a/app/pages/components/accessible-accordion.wrn
+++ b/app/pages/components/accessible-accordion.wrn
@@ -10,10 +10,10 @@ page AccessibleAccordioncomponent {
W WRNexusJS
-
+
Browse documentation
- content componentAccessibleAccordion
Reusable accessible accordion component.
Usage
Components are auto-discovered. Use the component directly in any .wrn view:
<AccessibleAccordion
+ content componentAccessibleAccordion
Reusable accessible accordion component.
Usage
Components are auto-discovered. Use the component directly in any .wrn view:
<AccessibleAccordion
eyebrow="eyebrow"
title="title"
description="description"
@@ -42,7 +42,7 @@ page AccessibleAccordioncomponent {
}
}
-
+
}
diff --git a/app/pages/components/accessible-carousel.wrn b/app/pages/components/accessible-carousel.wrn
index e5a41cec..63d7dfa5 100644
--- a/app/pages/components/accessible-carousel.wrn
+++ b/app/pages/components/accessible-carousel.wrn
@@ -10,10 +10,10 @@ page AccessibleCarouselcomponent {
W WRNexusJS
-
+
Browse documentation
- content componentAccessibleCarousel
Reusable accessible carousel component.
Usage
Components are auto-discovered. Use the component directly in any .wrn view:
<AccessibleCarousel
+ content componentAccessibleCarousel
Reusable accessible carousel component.
Usage
Components are auto-discovered. Use the component directly in any .wrn view:
<AccessibleCarousel
eyebrow="eyebrow"
title="title"
description="description"
@@ -42,7 +42,7 @@ page AccessibleCarouselcomponent {
}
}
-
+
}
diff --git a/app/pages/components/accessible-chart-summary.wrn b/app/pages/components/accessible-chart-summary.wrn
index f9e44601..964ee6f4 100644
--- a/app/pages/components/accessible-chart-summary.wrn
+++ b/app/pages/components/accessible-chart-summary.wrn
@@ -10,10 +10,10 @@ page AccessibleChartSummarycomponent {
W WRNexusJS
-
+
Browse documentation
- content componentAccessibleChartSummary
Reusable accessible chart summary component.
Usage
Components are auto-discovered. Use the component directly in any .wrn view:
<AccessibleChartSummary
+ content componentAccessibleChartSummary
Reusable accessible chart summary component.
Usage
Components are auto-discovered. Use the component directly in any .wrn view:
<AccessibleChartSummary
eyebrow="eyebrow"
title="title"
description="description"
@@ -54,7 +54,7 @@ page AccessibleChartSummarycomponent {
}
}
-
+
}
diff --git a/app/pages/components/accessible-dialog.wrn b/app/pages/components/accessible-dialog.wrn
index c3b2b269..9dc8c2b2 100644
--- a/app/pages/components/accessible-dialog.wrn
+++ b/app/pages/components/accessible-dialog.wrn
@@ -10,10 +10,10 @@ page AccessibleDialogcomponent {
W WRNexusJS
-
+
Browse documentation
- overlays componentAccessibleDialog
Reusable accessible dialog component.
Usage
Components are auto-discovered. Use the component directly in any .wrn view:
<AccessibleDialog
+ overlays componentAccessibleDialog
Reusable accessible dialog component.
Usage
Components are auto-discovered. Use the component directly in any .wrn view:
<AccessibleDialog
title="title"
description="description"
open="false"
@@ -40,7 +40,7 @@ page AccessibleDialogcomponent {
}
}
-
+
}
diff --git a/app/pages/components/accessible-error-summary.wrn b/app/pages/components/accessible-error-summary.wrn
index bb1ebc2d..73b348bc 100644
--- a/app/pages/components/accessible-error-summary.wrn
+++ b/app/pages/components/accessible-error-summary.wrn
@@ -10,10 +10,10 @@ page AccessibleErrorSummarycomponent {
W WRNexusJS
-
+
Browse documentation
- content componentAccessibleErrorSummary
Reusable accessible error summary component.
Usage
Components are auto-discovered. Use the component directly in any .wrn view:
<AccessibleErrorSummary
+ content componentAccessibleErrorSummary
Reusable accessible error summary component.
Usage
Components are auto-discovered. Use the component directly in any .wrn view:
<AccessibleErrorSummary
eyebrow="eyebrow"
title="title"
description="description"
@@ -42,7 +42,7 @@ page AccessibleErrorSummarycomponent {
}
}
-
+
}
diff --git a/app/pages/components/accessible-icon.wrn b/app/pages/components/accessible-icon.wrn
index 232cf50d..d6fecc86 100644
--- a/app/pages/components/accessible-icon.wrn
+++ b/app/pages/components/accessible-icon.wrn
@@ -10,10 +10,10 @@ page AccessibleIconcomponent {
W WRNexusJS
-
+
Browse documentation
- content componentAccessibleIcon
Reusable accessible icon component.
Usage
Components are auto-discovered. Use the component directly in any .wrn view:
<AccessibleIcon
+ content componentAccessibleIcon
Reusable accessible icon component.
Usage
Components are auto-discovered. Use the component directly in any .wrn view:
<AccessibleIcon
eyebrow="eyebrow"
title="title"
description="description"
@@ -42,7 +42,7 @@ page AccessibleIconcomponent {
}
}
-
+
}
diff --git a/app/pages/components/accessible-menu.wrn b/app/pages/components/accessible-menu.wrn
index 88c59f8f..96f86476 100644
--- a/app/pages/components/accessible-menu.wrn
+++ b/app/pages/components/accessible-menu.wrn
@@ -10,10 +10,10 @@ page AccessibleMenucomponent {
W WRNexusJS
-
+
Browse documentation
- overlays componentAccessibleMenu
Reusable accessible menu component.
Usage
Components are auto-discovered. Use the component directly in any .wrn view:
<AccessibleMenu
+ overlays componentAccessibleMenu
Reusable accessible menu component.
Usage
Components are auto-discovered. Use the component directly in any .wrn view:
<AccessibleMenu
title="title"
description="description"
open="false"
@@ -40,7 +40,7 @@ page AccessibleMenucomponent {
}
}
-
+
}
diff --git a/app/pages/components/accessible-tabs.wrn b/app/pages/components/accessible-tabs.wrn
index ac9c05e1..4c6ca794 100644
--- a/app/pages/components/accessible-tabs.wrn
+++ b/app/pages/components/accessible-tabs.wrn
@@ -10,10 +10,10 @@ page AccessibleTabscomponent {
W WRNexusJS
-
+
Browse documentation
- content componentAccessibleTabs
Reusable accessible tabs component.
Usage
Components are auto-discovered. Use the component directly in any .wrn view:
<AccessibleTabs
+ content componentAccessibleTabs
Reusable accessible tabs component.
Usage
Components are auto-discovered. Use the component directly in any .wrn view:
<AccessibleTabs
eyebrow="eyebrow"
title="title"
description="description"
@@ -42,7 +42,7 @@ page AccessibleTabscomponent {
}
}
-
+
}
diff --git a/app/pages/components/accessible-tooltip.wrn b/app/pages/components/accessible-tooltip.wrn
index bb46cb4d..d84e90c6 100644
--- a/app/pages/components/accessible-tooltip.wrn
+++ b/app/pages/components/accessible-tooltip.wrn
@@ -10,10 +10,10 @@ page AccessibleTooltipcomponent {
W WRNexusJS
-
+
Browse documentation
- content componentAccessibleTooltip
Reusable accessible tooltip component.
Usage
Components are auto-discovered. Use the component directly in any .wrn view:
<AccessibleTooltip
+ content componentAccessibleTooltip
Reusable accessible tooltip component.
Usage
Components are auto-discovered. Use the component directly in any .wrn view:
<AccessibleTooltip
eyebrow="eyebrow"
title="title"
description="description"
@@ -42,7 +42,7 @@ page AccessibleTooltipcomponent {
}
}
-
+
}
diff --git a/app/pages/components/accordion.wrn b/app/pages/components/accordion.wrn
index 221614da..f19aa497 100644
--- a/app/pages/components/accordion.wrn
+++ b/app/pages/components/accordion.wrn
@@ -10,10 +10,10 @@ page Accordioncomponent {
W WRNexusJS
-
+
Browse documentation
- content componentAccordion
Reusable accordion component.
Usage
Components are auto-discovered. Use the component directly in any .wrn view:
<Accordion
+ content componentAccordion
Reusable accordion component.
Usage
Components are auto-discovered. Use the component directly in any .wrn view:
<Accordion
title="Question"
open="false"
/>
Legacy mount name: data-component="Accordion".
Props and attributes
Prop Type Requirement Default classstringOptional ""titlestringOptional "Question"openbooleanOptional false
Slots
default
Events
click
Source contract
Installed source: components/Accordion.wrn
component Accordion {
@@ -48,7 +48,7 @@ page Accordioncomponent {
}
}
-
+
}
diff --git a/app/pages/components/account-menu.wrn b/app/pages/components/account-menu.wrn
index c67e2a97..256adc7c 100644
--- a/app/pages/components/account-menu.wrn
+++ b/app/pages/components/account-menu.wrn
@@ -10,10 +10,10 @@ page AccountMenucomponent {
W WRNexusJS
-
+
Browse documentation
- overlays componentAccountMenu
Reusable account menu component.
Usage
Components are auto-discovered. Use the component directly in any .wrn view:
<AccountMenu
+ overlays componentAccountMenu
Reusable account menu component.
Usage
Components are auto-discovered. Use the component directly in any .wrn view:
<AccountMenu
title="title"
description="description"
open="false"
@@ -40,7 +40,7 @@ page AccountMenucomponent {
}
}
-
+
}
diff --git a/app/pages/components/account-status-banner.wrn b/app/pages/components/account-status-banner.wrn
index 67b1386d..c1141afc 100644
--- a/app/pages/components/account-status-banner.wrn
+++ b/app/pages/components/account-status-banner.wrn
@@ -10,10 +10,10 @@ page AccountStatusBannercomponent {
W WRNexusJS
-
+
Browse documentation
- feedback componentAccountStatusBanner
Reusable account status banner component.
Usage
Components are auto-discovered. Use the component directly in any .wrn view:
<AccountStatusBanner
+ feedback componentAccountStatusBanner
Reusable account status banner component.
Usage
Components are auto-discovered. Use the component directly in any .wrn view:
<AccountStatusBanner
label="AccountStatus"
title="title"
description="description"
@@ -38,7 +38,7 @@ page AccountStatusBannercomponent {
}
}
-
+
}
diff --git a/app/pages/components/action-menu.wrn b/app/pages/components/action-menu.wrn
index 5f3f20e1..9057328c 100644
--- a/app/pages/components/action-menu.wrn
+++ b/app/pages/components/action-menu.wrn
@@ -10,10 +10,10 @@ page ActionMenucomponent {
W WRNexusJS
-
+
Browse documentation
- overlays componentActionMenu
Reusable action menu component.
Usage
Components are auto-discovered. Use the component directly in any .wrn view:
<ActionMenu
+ overlays componentActionMenu
Reusable action menu component.
Usage
Components are auto-discovered. Use the component directly in any .wrn view:
<ActionMenu
title="title"
description="description"
open="false"
@@ -40,7 +40,7 @@ page ActionMenucomponent {
}
}
-
+
}
diff --git a/app/pages/components/active-filter-list.wrn b/app/pages/components/active-filter-list.wrn
index 2509f72a..44a158f5 100644
--- a/app/pages/components/active-filter-list.wrn
+++ b/app/pages/components/active-filter-list.wrn
@@ -10,10 +10,10 @@ page ActiveFilterListcomponent {
W WRNexusJS
-
+
Browse documentation
- data componentActiveFilterList
Reusable active filter list component.
Usage
Components are auto-discovered. Use the component directly in any .wrn view:
<ActiveFilterList
+ data componentActiveFilterList
Reusable active filter list component.
Usage
Components are auto-discovered. Use the component directly in any .wrn view:
<ActiveFilterList
title="title"
description="description"
empty="false"
@@ -40,7 +40,7 @@ page ActiveFilterListcomponent {
}
}
-
+
}
diff --git a/app/pages/components/activity-list.wrn b/app/pages/components/activity-list.wrn
index dec8fd07..03da7f9e 100644
--- a/app/pages/components/activity-list.wrn
+++ b/app/pages/components/activity-list.wrn
@@ -10,10 +10,10 @@ page ActivityListcomponent {
W WRNexusJS
-
+
Browse documentation
- data componentActivityList
Reusable activity list component.
Usage
Components are auto-discovered. Use the component directly in any .wrn view:
<ActivityList
+ data componentActivityList
Reusable activity list component.
Usage
Components are auto-discovered. Use the component directly in any .wrn view:
<ActivityList
title="title"
description="description"
empty="false"
@@ -40,7 +40,7 @@ page ActivityListcomponent {
}
}
-
+
}
diff --git a/app/pages/components/add-on-card.wrn b/app/pages/components/add-on-card.wrn
index 1548fb98..e730affe 100644
--- a/app/pages/components/add-on-card.wrn
+++ b/app/pages/components/add-on-card.wrn
@@ -10,10 +10,10 @@ page AddOnCardcomponent {
W WRNexusJS
-
+
Browse documentation
- content componentAddOnCard
Reusable add on card component.
Usage
Components are auto-discovered. Use the component directly in any .wrn view:
<AddOnCard
+ content componentAddOnCard
Reusable add on card component.
Usage
Components are auto-discovered. Use the component directly in any .wrn view:
<AddOnCard
eyebrow="eyebrow"
title="title"
description="description"
@@ -42,7 +42,7 @@ page AddOnCardcomponent {
}
}
-
+
}
diff --git a/app/pages/components/address-input.wrn b/app/pages/components/address-input.wrn
index f6d1d62e..0a144383 100644
--- a/app/pages/components/address-input.wrn
+++ b/app/pages/components/address-input.wrn
@@ -10,10 +10,10 @@ page AddressInputcomponent {
W WRNexusJS
-
+
Browse documentation
- forms componentAddressInput
Reusable address input component.
Usage
Components are auto-discovered. Use the component directly in any .wrn view:
<AddressInput
+ forms componentAddressInput
Reusable address input component.
Usage
Components are auto-discovered. Use the component directly in any .wrn view:
<AddressInput
label="Address"
name="name"
value="value"
@@ -45,7 +45,7 @@ page AddressInputcomponent {
}
}
-
+
}
diff --git a/app/pages/components/address-preview.wrn b/app/pages/components/address-preview.wrn
index 0705e616..aa5a033c 100644
--- a/app/pages/components/address-preview.wrn
+++ b/app/pages/components/address-preview.wrn
@@ -10,10 +10,10 @@ page AddressPreviewcomponent {
W WRNexusJS
-
+
Browse documentation
- content componentAddressPreview
Reusable address preview component.
Usage
Components are auto-discovered. Use the component directly in any .wrn view:
<AddressPreview
+ content componentAddressPreview
Reusable address preview component.
Usage
Components are auto-discovered. Use the component directly in any .wrn view:
<AddressPreview
eyebrow="eyebrow"
title="title"
description="description"
@@ -42,7 +42,7 @@ page AddressPreviewcomponent {
}
}
-
+
}
diff --git a/app/pages/components/advanced-filter-builder.wrn b/app/pages/components/advanced-filter-builder.wrn
index 925885db..33d6b4f1 100644
--- a/app/pages/components/advanced-filter-builder.wrn
+++ b/app/pages/components/advanced-filter-builder.wrn
@@ -10,10 +10,10 @@ page AdvancedFilterBuildercomponent {
W WRNexusJS
-
+
Browse documentation
- content componentAdvancedFilterBuilder
Reusable advanced filter builder component.
Usage
Components are auto-discovered. Use the component directly in any .wrn view:
<AdvancedFilterBuilder
+ content componentAdvancedFilterBuilder
Reusable advanced filter builder component.
Usage
Components are auto-discovered. Use the component directly in any .wrn view:
<AdvancedFilterBuilder
eyebrow="eyebrow"
title="title"
description="description"
@@ -42,7 +42,7 @@ page AdvancedFilterBuildercomponent {
}
}
-
+
}
diff --git a/app/pages/components/alert-dialog.wrn b/app/pages/components/alert-dialog.wrn
index a356e1d8..4d0db94d 100644
--- a/app/pages/components/alert-dialog.wrn
+++ b/app/pages/components/alert-dialog.wrn
@@ -10,10 +10,10 @@ page AlertDialogcomponent {
W WRNexusJS
-
+
Browse documentation
- overlays componentAlertDialog
Reusable alert dialog component.
Usage
Components are auto-discovered. Use the component directly in any .wrn view:
<AlertDialog
+ overlays componentAlertDialog
Reusable alert dialog component.
Usage
Components are auto-discovered. Use the component directly in any .wrn view:
<AlertDialog
title="title"
description="description"
open="false"
@@ -40,7 +40,7 @@ page AlertDialogcomponent {
}
}
-
+
}
diff --git a/app/pages/components/alert.wrn b/app/pages/components/alert.wrn
index 42f69823..c7927919 100644
--- a/app/pages/components/alert.wrn
+++ b/app/pages/components/alert.wrn
@@ -10,10 +10,10 @@ page Alertcomponent {
W WRNexusJS
-
+
Browse documentation
- feedback componentAlert
Reusable alert component.
Usage
Components are auto-discovered. Use the component directly in any .wrn view:
<Alert
+ feedback componentAlert
Reusable alert component.
Usage
Components are auto-discovered. Use the component directly in any .wrn view:
<Alert
title="Notice"
description="description"
variant="info"
@@ -62,7 +62,7 @@ page Alertcomponent {
}
}
-
+
}
diff --git a/app/pages/components/amount-input.wrn b/app/pages/components/amount-input.wrn
index 2ef722ee..6c8b8ad4 100644
--- a/app/pages/components/amount-input.wrn
+++ b/app/pages/components/amount-input.wrn
@@ -10,10 +10,10 @@ page AmountInputcomponent {
W WRNexusJS
-
+
Browse documentation
- forms componentAmountInput
Reusable amount input component.
Usage
Components are auto-discovered. Use the component directly in any .wrn view:
<AmountInput
+ forms componentAmountInput
Reusable amount input component.
Usage
Components are auto-discovered. Use the component directly in any .wrn view:
<AmountInput
label="Amount"
name="name"
value="value"
@@ -45,7 +45,7 @@ page AmountInputcomponent {
}
}
-
+
}
diff --git a/app/pages/components/analytics-dashboard-preview.wrn b/app/pages/components/analytics-dashboard-preview.wrn
index bb0c6992..bc420711 100644
--- a/app/pages/components/analytics-dashboard-preview.wrn
+++ b/app/pages/components/analytics-dashboard-preview.wrn
@@ -10,10 +10,10 @@ page AnalyticsDashboardPreviewcomponent {
W WRNexusJS
-
+
Browse documentation
- content componentAnalyticsDashboardPreview
Reusable analytics dashboard preview component.
Usage
Components are auto-discovered. Use the component directly in any .wrn view:
<AnalyticsDashboardPreview
+ content componentAnalyticsDashboardPreview
Reusable analytics dashboard preview component.
Usage
Components are auto-discovered. Use the component directly in any .wrn view:
<AnalyticsDashboardPreview
eyebrow="eyebrow"
title="title"
description="description"
@@ -81,7 +81,7 @@ page AnalyticsDashboardPreviewcomponent {
}
}
-
+
}
diff --git a/app/pages/components/anchor-navigation.wrn b/app/pages/components/anchor-navigation.wrn
index 586f3409..2e926d3b 100644
--- a/app/pages/components/anchor-navigation.wrn
+++ b/app/pages/components/anchor-navigation.wrn
@@ -10,10 +10,10 @@ page AnchorNavigationcomponent {
W WRNexusJS
-
+
Browse documentation
- layout componentAnchorNavigation
Reusable anchor navigation component.
Usage
Components are auto-discovered. Use the component directly in any .wrn view:
<AnchorNavigation
+ layout componentAnchorNavigation
Reusable anchor navigation component.
Usage
Components are auto-discovered. Use the component directly in any .wrn view:
<AnchorNavigation
eyebrow="eyebrow"
title="title"
description="description"
@@ -38,7 +38,7 @@ page AnchorNavigationcomponent {
}
}
-
+
}
diff --git a/app/pages/components/announcement-bar.wrn b/app/pages/components/announcement-bar.wrn
index 9e5b7116..e70d4fd3 100644
--- a/app/pages/components/announcement-bar.wrn
+++ b/app/pages/components/announcement-bar.wrn
@@ -10,10 +10,10 @@ page AnnouncementBarcomponent {
W WRNexusJS
-
+
Browse documentation
- core componentAnnouncementBar
Reusable announcement bar component.
Usage
Components are auto-discovered. Use the component directly in any .wrn view:
<AnnouncementBar
+ core componentAnnouncementBar
Reusable announcement bar component.
Usage
Components are auto-discovered. Use the component directly in any .wrn view:
<AnnouncementBar
badge="New"
message="WRNexusJS Organizations is now available."
description="Build secure multi-tenant applications with teams, roles, domains, and enterprise SSO."
@@ -115,7 +115,7 @@ page AnnouncementBarcomponent {
}
}
-
+
}
diff --git a/app/pages/components/apartment-input.wrn b/app/pages/components/apartment-input.wrn
index df8dd3f9..10be027d 100644
--- a/app/pages/components/apartment-input.wrn
+++ b/app/pages/components/apartment-input.wrn
@@ -10,10 +10,10 @@ page ApartmentInputcomponent {
W WRNexusJS
-
+
Browse documentation
- forms componentApartmentInput
Reusable apartment input component.
Usage
Components are auto-discovered. Use the component directly in any .wrn view:
<ApartmentInput
+ forms componentApartmentInput
Reusable apartment input component.
Usage
Components are auto-discovered. Use the component directly in any .wrn view:
<ApartmentInput
label="Apartment"
name="name"
value="value"
@@ -45,7 +45,7 @@ page ApartmentInputcomponent {
}
}
-
+
}
diff --git a/app/pages/components/api-authentication-notice.wrn b/app/pages/components/api-authentication-notice.wrn
index c698f011..6a7d3ebf 100644
--- a/app/pages/components/api-authentication-notice.wrn
+++ b/app/pages/components/api-authentication-notice.wrn
@@ -10,10 +10,10 @@ page ApiAuthenticationNoticecomponent {
W WRNexusJS
-
+
Browse documentation
- feedback componentApiAuthenticationNotice
Reusable api authentication notice component.
Usage
Components are auto-discovered. Use the component directly in any .wrn view:
<ApiAuthenticationNotice
+ feedback componentApiAuthenticationNotice
Reusable api authentication notice component.
Usage
Components are auto-discovered. Use the component directly in any .wrn view:
<ApiAuthenticationNotice
label="ApiAuthentication"
title="title"
description="description"
@@ -38,7 +38,7 @@ page ApiAuthenticationNoticecomponent {
}
}
-
+
}
diff --git a/app/pages/components/api-endpoint-card.wrn b/app/pages/components/api-endpoint-card.wrn
index 62b5f39e..974e121c 100644
--- a/app/pages/components/api-endpoint-card.wrn
+++ b/app/pages/components/api-endpoint-card.wrn
@@ -10,10 +10,10 @@ page ApiEndpointCardcomponent {
W WRNexusJS
-
+
Browse documentation
- content componentApiEndpointCard
Reusable api endpoint card component.
Usage
Components are auto-discovered. Use the component directly in any .wrn view:
<ApiEndpointCard
+ content componentApiEndpointCard
Reusable api endpoint card component.
Usage
Components are auto-discovered. Use the component directly in any .wrn view:
<ApiEndpointCard
method="GET"
path="/api/example"
eyebrow="eyebrow"
@@ -61,7 +61,7 @@ page ApiEndpointCardcomponent {
}
}
-
+
}
diff --git a/app/pages/components/api-error-example.wrn b/app/pages/components/api-error-example.wrn
index 26210bdf..6b856570 100644
--- a/app/pages/components/api-error-example.wrn
+++ b/app/pages/components/api-error-example.wrn
@@ -10,10 +10,10 @@ page ApiErrorExamplecomponent {
W WRNexusJS
-
+
Browse documentation
- content componentApiErrorExample
Reusable api error example component.
Usage
Components are auto-discovered. Use the component directly in any .wrn view:
<ApiErrorExample
+ content componentApiErrorExample
Reusable api error example component.
Usage
Components are auto-discovered. Use the component directly in any .wrn view:
<ApiErrorExample
eyebrow="eyebrow"
title="title"
description="description"
@@ -42,7 +42,7 @@ page ApiErrorExamplecomponent {
}
}
-
+
}
diff --git a/app/pages/components/api-header-table.wrn b/app/pages/components/api-header-table.wrn
index b5f868a5..7e2e1200 100644
--- a/app/pages/components/api-header-table.wrn
+++ b/app/pages/components/api-header-table.wrn
@@ -10,10 +10,10 @@ page ApiHeaderTablecomponent {
W WRNexusJS
-
+
Browse documentation
- data componentApiHeaderTable
Reusable api header table component.
Usage
Components are auto-discovered. Use the component directly in any .wrn view:
<ApiHeaderTable
+ data componentApiHeaderTable
Reusable api header table component.
Usage
Components are auto-discovered. Use the component directly in any .wrn view:
<ApiHeaderTable
title="title"
description="description"
empty="false"
@@ -40,7 +40,7 @@ page ApiHeaderTablecomponent {
}
}
-
+
}
diff --git a/app/pages/components/api-key-create-dialog.wrn b/app/pages/components/api-key-create-dialog.wrn
index 9dca6113..0ef0c496 100644
--- a/app/pages/components/api-key-create-dialog.wrn
+++ b/app/pages/components/api-key-create-dialog.wrn
@@ -10,10 +10,10 @@ page ApiKeyCreateDialogcomponent {
W WRNexusJS
-
+
Browse documentation
- overlays componentApiKeyCreateDialog
Reusable api key create dialog component.
Usage
Components are auto-discovered. Use the component directly in any .wrn view:
<ApiKeyCreateDialog
+ overlays componentApiKeyCreateDialog
Reusable api key create dialog component.
Usage
Components are auto-discovered. Use the component directly in any .wrn view:
<ApiKeyCreateDialog
title="title"
description="description"
open="false"
@@ -40,7 +40,7 @@ page ApiKeyCreateDialogcomponent {
}
}
-
+
}
diff --git a/app/pages/components/api-key-display.wrn b/app/pages/components/api-key-display.wrn
index d2727e1f..634ab537 100644
--- a/app/pages/components/api-key-display.wrn
+++ b/app/pages/components/api-key-display.wrn
@@ -10,10 +10,10 @@ page ApiKeyDisplaycomponent {
W WRNexusJS
-
+
Browse documentation
- content componentApiKeyDisplay
Reusable api key display component.
Usage
Components are auto-discovered. Use the component directly in any .wrn view:
<ApiKeyDisplay
+ content componentApiKeyDisplay
Reusable api key display component.
Usage
Components are auto-discovered. Use the component directly in any .wrn view:
<ApiKeyDisplay
eyebrow="eyebrow"
title="title"
description="description"
@@ -42,7 +42,7 @@ page ApiKeyDisplaycomponent {
}
}
-
+
}
diff --git a/app/pages/components/api-key-input.wrn b/app/pages/components/api-key-input.wrn
index 310b2bdc..3a7a3312 100644
--- a/app/pages/components/api-key-input.wrn
+++ b/app/pages/components/api-key-input.wrn
@@ -10,10 +10,10 @@ page ApiKeyInputcomponent {
W WRNexusJS
-
+
Browse documentation
- forms componentApiKeyInput
Reusable api key input component.
Usage
Components are auto-discovered. Use the component directly in any .wrn view:
<ApiKeyInput
+ forms componentApiKeyInput
Reusable api key input component.
Usage
Components are auto-discovered. Use the component directly in any .wrn view:
<ApiKeyInput
label="ApiKey"
name="name"
value="value"
@@ -45,7 +45,7 @@ page ApiKeyInputcomponent {
}
}
-
+
}
diff --git a/app/pages/components/api-method-badge.wrn b/app/pages/components/api-method-badge.wrn
index 8c792440..3edf27ca 100644
--- a/app/pages/components/api-method-badge.wrn
+++ b/app/pages/components/api-method-badge.wrn
@@ -10,10 +10,10 @@ page ApiMethodBadgecomponent {
W WRNexusJS
-
+
Browse documentation
- feedback componentApiMethodBadge
Reusable api method badge component.
Usage
Components are auto-discovered. Use the component directly in any .wrn view:
<ApiMethodBadge
+ feedback componentApiMethodBadge
Reusable api method badge component.
Usage
Components are auto-discovered. Use the component directly in any .wrn view:
<ApiMethodBadge
label="ApiMethod"
title="title"
description="description"
@@ -38,7 +38,7 @@ page ApiMethodBadgecomponent {
}
}
-
+
}
diff --git a/app/pages/components/api-parameter-table.wrn b/app/pages/components/api-parameter-table.wrn
index a2f3bcd0..223e325c 100644
--- a/app/pages/components/api-parameter-table.wrn
+++ b/app/pages/components/api-parameter-table.wrn
@@ -10,10 +10,10 @@ page ApiParameterTablecomponent {
W WRNexusJS
-
+
Browse documentation
- data componentApiParameterTable
Reusable api parameter table component.
Usage
Components are auto-discovered. Use the component directly in any .wrn view:
<ApiParameterTable
+ data componentApiParameterTable
Reusable api parameter table component.
Usage
Components are auto-discovered. Use the component directly in any .wrn view:
<ApiParameterTable
title="title"
description="description"
empty="false"
@@ -40,7 +40,7 @@ page ApiParameterTablecomponent {
}
}
-
+
}
diff --git a/app/pages/components/api-rate-limit-notice.wrn b/app/pages/components/api-rate-limit-notice.wrn
index dbbdd46b..713b778e 100644
--- a/app/pages/components/api-rate-limit-notice.wrn
+++ b/app/pages/components/api-rate-limit-notice.wrn
@@ -10,10 +10,10 @@ page ApiRateLimitNoticecomponent {
W WRNexusJS
-
+
Browse documentation
- feedback componentApiRateLimitNotice
Reusable api rate limit notice component.
Usage
Components are auto-discovered. Use the component directly in any .wrn view:
<ApiRateLimitNotice
+ feedback componentApiRateLimitNotice
Reusable api rate limit notice component.
Usage
Components are auto-discovered. Use the component directly in any .wrn view:
<ApiRateLimitNotice
label="ApiRateLimit"
title="title"
description="description"
@@ -38,7 +38,7 @@ page ApiRateLimitNoticecomponent {
}
}
-
+
}
diff --git a/app/pages/components/api-request-example.wrn b/app/pages/components/api-request-example.wrn
index c04c36b6..70cb7445 100644
--- a/app/pages/components/api-request-example.wrn
+++ b/app/pages/components/api-request-example.wrn
@@ -10,10 +10,10 @@ page ApiRequestExamplecomponent {
W WRNexusJS
-
+
Browse documentation
- content componentApiRequestExample
Reusable api request example component.
Usage
Components are auto-discovered. Use the component directly in any .wrn view:
<ApiRequestExample
+ content componentApiRequestExample
Reusable api request example component.
Usage
Components are auto-discovered. Use the component directly in any .wrn view:
<ApiRequestExample
eyebrow="eyebrow"
title="title"
description="description"
@@ -42,7 +42,7 @@ page ApiRequestExamplecomponent {
}
}
-
+
}
diff --git a/app/pages/components/api-response-example.wrn b/app/pages/components/api-response-example.wrn
index 4a314b2f..9472e7db 100644
--- a/app/pages/components/api-response-example.wrn
+++ b/app/pages/components/api-response-example.wrn
@@ -10,10 +10,10 @@ page ApiResponseExamplecomponent {
W WRNexusJS
-
+
Browse documentation
- content componentApiResponseExample
Reusable api response example component.
Usage
Components are auto-discovered. Use the component directly in any .wrn view:
<ApiResponseExample
+ content componentApiResponseExample
Reusable api response example component.
Usage
Components are auto-discovered. Use the component directly in any .wrn view:
<ApiResponseExample
eyebrow="eyebrow"
title="title"
description="description"
@@ -42,7 +42,7 @@ page ApiResponseExamplecomponent {
}
}
-
+
}
diff --git a/app/pages/components/api-schema-table.wrn b/app/pages/components/api-schema-table.wrn
index b10ac4ff..b96619ca 100644
--- a/app/pages/components/api-schema-table.wrn
+++ b/app/pages/components/api-schema-table.wrn
@@ -10,10 +10,10 @@ page ApiSchemaTablecomponent {
W WRNexusJS
-
+
Browse documentation
- data componentApiSchemaTable
Reusable api schema table component.
Usage
Components are auto-discovered. Use the component directly in any .wrn view:
<ApiSchemaTable
+ data componentApiSchemaTable
Reusable api schema table component.
Usage
Components are auto-discovered. Use the component directly in any .wrn view:
<ApiSchemaTable
title="title"
description="description"
empty="false"
@@ -40,7 +40,7 @@ page ApiSchemaTablecomponent {
}
}
-
+
}
diff --git a/app/pages/components/api-schema-viewer.wrn b/app/pages/components/api-schema-viewer.wrn
index 8de06097..4816354c 100644
--- a/app/pages/components/api-schema-viewer.wrn
+++ b/app/pages/components/api-schema-viewer.wrn
@@ -10,10 +10,10 @@ page ApiSchemaViewercomponent {
W WRNexusJS
-
+
Browse documentation
- content componentApiSchemaViewer
Reusable api schema viewer component.
Usage
Components are auto-discovered. Use the component directly in any .wrn view:
<ApiSchemaViewer
+ content componentApiSchemaViewer
Reusable api schema viewer component.
Usage
Components are auto-discovered. Use the component directly in any .wrn view:
<ApiSchemaViewer
eyebrow="eyebrow"
title="title"
description="description"
@@ -42,7 +42,7 @@ page ApiSchemaViewercomponent {
}
}
-
+
}
diff --git a/app/pages/components/api-version-badge.wrn b/app/pages/components/api-version-badge.wrn
index 7544fb26..0e3511da 100644
--- a/app/pages/components/api-version-badge.wrn
+++ b/app/pages/components/api-version-badge.wrn
@@ -10,10 +10,10 @@ page ApiVersionBadgecomponent {
W WRNexusJS
-
+
Browse documentation
- feedback componentApiVersionBadge
Reusable api version badge component.
Usage
Components are auto-discovered. Use the component directly in any .wrn view:
<ApiVersionBadge
+ feedback componentApiVersionBadge
Reusable api version badge component.
Usage
Components are auto-discovered. Use the component directly in any .wrn view:
<ApiVersionBadge
label="ApiVersion"
title="title"
description="description"
@@ -38,7 +38,7 @@ page ApiVersionBadgecomponent {
}
}
-
+
}
diff --git a/app/pages/components/app-header.wrn b/app/pages/components/app-header.wrn
index a7b7fec3..75794167 100644
--- a/app/pages/components/app-header.wrn
+++ b/app/pages/components/app-header.wrn
@@ -10,10 +10,10 @@ page AppHeadercomponent {
W WRNexusJS
-
+
Browse documentation
- layout componentAppHeader
Reusable app header component.
Usage
Components are auto-discovered. Use the component directly in any .wrn view:
<AppHeader
+ layout componentAppHeader
Reusable app header component.
Usage
Components are auto-discovered. Use the component directly in any .wrn view:
<AppHeader
eyebrow="eyebrow"
title="title"
description="description"
@@ -38,7 +38,7 @@ page AppHeadercomponent {
}
}
-
+
}
diff --git a/app/pages/components/architecture-section.wrn b/app/pages/components/architecture-section.wrn
index 3aa724a4..c1eb53ac 100644
--- a/app/pages/components/architecture-section.wrn
+++ b/app/pages/components/architecture-section.wrn
@@ -10,10 +10,10 @@ page ArchitectureSectioncomponent {
W WRNexusJS
-
+
Browse documentation
- layout componentArchitectureSection
Reusable architecture section component.
Usage
Components are auto-discovered. Use the component directly in any .wrn view:
<ArchitectureSection
+ layout componentArchitectureSection
Reusable architecture section component.
Usage
Components are auto-discovered. Use the component directly in any .wrn view:
<ArchitectureSection
eyebrow="eyebrow"
title="title"
description="description"
@@ -38,7 +38,7 @@ page ArchitectureSectioncomponent {
}
}
-
+
}
diff --git a/app/pages/components/area-chart.wrn b/app/pages/components/area-chart.wrn
index 17b0d556..511991a7 100644
--- a/app/pages/components/area-chart.wrn
+++ b/app/pages/components/area-chart.wrn
@@ -10,10 +10,10 @@ page AreaChartcomponent {
W WRNexusJS
-
+
Browse documentation
- visualization componentAreaChart
Reusable area chart component.
Usage
Components are auto-discovered. Use the component directly in any .wrn view:
<AreaChart
+ visualization componentAreaChart
Reusable area chart component.
Usage
Components are auto-discovered. Use the component directly in any .wrn view:
<AreaChart
title="title"
value="value"
description="description"
@@ -45,7 +45,7 @@ page AreaChartcomponent {
}
}
-
+
}
diff --git a/app/pages/components/article-hero.wrn b/app/pages/components/article-hero.wrn
index d3b68d65..8cff067e 100644
--- a/app/pages/components/article-hero.wrn
+++ b/app/pages/components/article-hero.wrn
@@ -10,10 +10,10 @@ page ArticleHerocomponent {
W WRNexusJS
-
+
Browse documentation
- layout componentArticleHero
Reusable article hero component.
Usage
Components are auto-discovered. Use the component directly in any .wrn view:
<ArticleHero
+ layout componentArticleHero
Reusable article hero component.
Usage
Components are auto-discovered. Use the component directly in any .wrn view:
<ArticleHero
eyebrow="eyebrow"
title="title"
description="description"
@@ -38,7 +38,7 @@ page ArticleHerocomponent {
}
}
-
+
}
diff --git a/app/pages/components/article-layout.wrn b/app/pages/components/article-layout.wrn
index c5cb1f9a..cdf8bb37 100644
--- a/app/pages/components/article-layout.wrn
+++ b/app/pages/components/article-layout.wrn
@@ -10,10 +10,10 @@ page ArticleLayoutcomponent {
W WRNexusJS
-
+
Browse documentation
- layout componentArticleLayout
Reusable article layout component.
Usage
Components are auto-discovered. Use the component directly in any .wrn view:
<ArticleLayout
+ layout componentArticleLayout
Reusable article layout component.
Usage
Components are auto-discovered. Use the component directly in any .wrn view:
<ArticleLayout
eyebrow="eyebrow"
title="title"
description="description"
@@ -38,7 +38,7 @@ page ArticleLayoutcomponent {
}
}
-
+
}
diff --git a/app/pages/components/article-newsletter-cta.wrn b/app/pages/components/article-newsletter-cta.wrn
index 3030c39a..86fb3b07 100644
--- a/app/pages/components/article-newsletter-cta.wrn
+++ b/app/pages/components/article-newsletter-cta.wrn
@@ -10,10 +10,10 @@ page ArticleNewsletterCTAcomponent {
W WRNexusJS
-
+
Browse documentation
- actions componentArticleNewsletterCTA
Reusable article newsletter c t a component.
Usage
Components are auto-discovered. Use the component directly in any .wrn view:
<ArticleNewsletterCTA
+ actions componentArticleNewsletterCTA
Reusable article newsletter c t a component.
Usage
Components are auto-discovered. Use the component directly in any .wrn view:
<ArticleNewsletterCTA
label="Action"
href="href"
type="button"
@@ -38,7 +38,7 @@ page ArticleNewsletterCTAcomponent {
}
}
-
+
}
diff --git a/app/pages/components/article-page-shell.wrn b/app/pages/components/article-page-shell.wrn
index 1f357ad8..d3237f43 100644
--- a/app/pages/components/article-page-shell.wrn
+++ b/app/pages/components/article-page-shell.wrn
@@ -10,10 +10,10 @@ page ArticlePageShellcomponent {
W WRNexusJS
-
+
Browse documentation
- layout componentArticlePageShell
Reusable article page shell component.
Usage
Components are auto-discovered. Use the component directly in any .wrn view:
<ArticlePageShell
+ layout componentArticlePageShell
Reusable article page shell component.
Usage
Components are auto-discovered. Use the component directly in any .wrn view:
<ArticlePageShell
eyebrow="eyebrow"
title="title"
description="description"
@@ -38,7 +38,7 @@ page ArticlePageShellcomponent {
}
}
-
+
}
diff --git a/app/pages/components/article-share-actions.wrn b/app/pages/components/article-share-actions.wrn
index e3a245f3..1f83a437 100644
--- a/app/pages/components/article-share-actions.wrn
+++ b/app/pages/components/article-share-actions.wrn
@@ -10,10 +10,10 @@ page ArticleShareActionscomponent {
W WRNexusJS
-
+
Browse documentation
- actions componentArticleShareActions
Reusable article share actions component.
Usage
Components are auto-discovered. Use the component directly in any .wrn view:
<ArticleShareActions
+ actions componentArticleShareActions
Reusable article share actions component.
Usage
Components are auto-discovered. Use the component directly in any .wrn view:
<ArticleShareActions
label="Action"
href="href"
type="button"
@@ -38,7 +38,7 @@ page ArticleShareActionscomponent {
}
}
-
+
}
diff --git a/app/pages/components/aspect-ratio.wrn b/app/pages/components/aspect-ratio.wrn
index b6842786..fed96fa6 100644
--- a/app/pages/components/aspect-ratio.wrn
+++ b/app/pages/components/aspect-ratio.wrn
@@ -10,10 +10,10 @@ page AspectRatiocomponent {
W WRNexusJS
-
+
Browse documentation
- core componentAspectRatio
Reusable aspect ratio component.
Usage
Components are auto-discovered. Use the component directly in any .wrn view:
<AspectRatio />
Legacy mount name: data-component="AspectRatio".
Props and attributes