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 b93310e5..701c9c81 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.3.5 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.3.5 create my-appAccess approval, response time, licensing terms, and support level remain owner-controlled. This site does not collect access requests directly.
WRNexusJS 0.3.6 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.3.6 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 29 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.3.5. 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 29 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.3.6. 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
Theme-aware, responsive accordion component.
View component → @@ -100,7 +100,7 @@ page Components { baseTheme-aware, responsive tree view component.
View component → layoutTheme-aware, responsive typography component.
View component → integrationsTheme-aware, responsive wysiwyg editor component.
View component →Theme-aware, responsive accordion component.
Components are auto-discovered. Use the component directly in any .wrn view:
<Accordion
+ base componentAccordion
Theme-aware, responsive accordion component.
Usage
Components are auto-discovered. Use the component directly in any .wrn view:
<Accordion
size="default"
color="primary"
items="[]"
@@ -37,7 +37,7 @@ page Accordioncomponent {
}
}
-
+
}
diff --git a/app/pages/components/advanced-date-picker.wrn b/app/pages/components/advanced-date-picker.wrn
index 38119e14..69a3161a 100644
--- a/app/pages/components/advanced-date-picker.wrn
+++ b/app/pages/components/advanced-date-picker.wrn
@@ -10,10 +10,10 @@ page AdvancedDatePickercomponent {
W WRNexusJS
-
+
Browse documentation
- integrations componentAdvancedDatePicker
Theme-aware, responsive advanced date picker component.
Usage
Components are auto-discovered. Use the component directly in any .wrn view:
<AdvancedDatePicker
+ integrations componentAdvancedDatePicker
Theme-aware, responsive advanced date picker component.
Usage
Components are auto-discovered. Use the component directly in any .wrn view:
<AdvancedDatePicker
size="default"
color="primary"
title="Advanced Date Picker"
@@ -39,7 +39,7 @@ page AdvancedDatePickercomponent {
}
}
-
+
}
diff --git a/app/pages/components/advanced-range-slider.wrn b/app/pages/components/advanced-range-slider.wrn
index f1807831..a4432829 100644
--- a/app/pages/components/advanced-range-slider.wrn
+++ b/app/pages/components/advanced-range-slider.wrn
@@ -10,10 +10,10 @@ page AdvancedRangeSlidercomponent {
W WRNexusJS
-
+
Browse documentation
- integrations componentAdvancedRangeSlider
Theme-aware, responsive advanced range slider component.
Usage
Components are auto-discovered. Use the component directly in any .wrn view:
<AdvancedRangeSlider
+ integrations componentAdvancedRangeSlider
Theme-aware, responsive advanced range slider component.
Usage
Components are auto-discovered. Use the component directly in any .wrn view:
<AdvancedRangeSlider
size="default"
color="primary"
title="Advanced Range Slider"
@@ -39,7 +39,7 @@ page AdvancedRangeSlidercomponent {
}
}
-
+
}
diff --git a/app/pages/components/advanced-select.wrn b/app/pages/components/advanced-select.wrn
index c7311c9b..1d38feb3 100644
--- a/app/pages/components/advanced-select.wrn
+++ b/app/pages/components/advanced-select.wrn
@@ -10,10 +10,10 @@ page AdvancedSelectcomponent {
W WRNexusJS
-
+
Browse documentation
- advanced-forms componentAdvancedSelect
Theme-aware, responsive advanced select component.
Usage
Components are auto-discovered. Use the component directly in any .wrn view:
<AdvancedSelect
+ advanced-forms componentAdvancedSelect
Theme-aware, responsive advanced select component.
Usage
Components are auto-discovered. Use the component directly in any .wrn view:
<AdvancedSelect
size="default"
color="primary"
label="Advanced Select"
@@ -486,7 +486,7 @@ page AdvancedSelectcomponent {
}
}
-
+
}
diff --git a/app/pages/components/alert.wrn b/app/pages/components/alert.wrn
index b97a11b0..4d338a6a 100644
--- a/app/pages/components/alert.wrn
+++ b/app/pages/components/alert.wrn
@@ -10,10 +10,10 @@ page Alertcomponent {
W WRNexusJS
-
+
Browse documentation
- base componentAlert
Theme-aware, responsive alert component.
Usage
Components are auto-discovered. Use the component directly in any .wrn view:
<Alert
+ base componentAlert
Theme-aware, responsive alert component.
Usage
Components are auto-discovered. Use the component directly in any .wrn view:
<Alert
size="default"
color="primary"
title="Alert"
@@ -39,7 +39,7 @@ page Alertcomponent {
}
}
-
+
}
diff --git a/app/pages/components/avatar-group.wrn b/app/pages/components/avatar-group.wrn
index d2d05e2f..cda247d4 100644
--- a/app/pages/components/avatar-group.wrn
+++ b/app/pages/components/avatar-group.wrn
@@ -10,10 +10,10 @@ page AvatarGroupcomponent {
W WRNexusJS
-
+
Browse documentation
- base componentAvatarGroup
Theme-aware, responsive avatar group component.
Usage
Components are auto-discovered. Use the component directly in any .wrn view:
<AvatarGroup
+ base componentAvatarGroup
Theme-aware, responsive avatar group component.
Usage
Components are auto-discovered. Use the component directly in any .wrn view:
<AvatarGroup
size="default"
color="primary"
title="Avatar Group"
@@ -39,7 +39,7 @@ page AvatarGroupcomponent {
}
}
-
+
}
diff --git a/app/pages/components/avatar.wrn b/app/pages/components/avatar.wrn
index 5bc5455d..ebcdf58a 100644
--- a/app/pages/components/avatar.wrn
+++ b/app/pages/components/avatar.wrn
@@ -10,10 +10,10 @@ page Avatarcomponent {
W WRNexusJS
-
+
Browse documentation
- base componentAvatar
Theme-aware, responsive avatar component.
Usage
Components are auto-discovered. Use the component directly in any .wrn view:
<Avatar
+ base componentAvatar
Theme-aware, responsive avatar component.
Usage
Components are auto-discovered. Use the component directly in any .wrn view:
<Avatar
size="default"
color="primary"
title="Avatar"
@@ -39,7 +39,7 @@ page Avatarcomponent {
}
}
-
+
}
diff --git a/app/pages/components/badge.wrn b/app/pages/components/badge.wrn
index 60fae5ab..95b99525 100644
--- a/app/pages/components/badge.wrn
+++ b/app/pages/components/badge.wrn
@@ -10,10 +10,10 @@ page Badgecomponent {
W WRNexusJS
-
+
Browse documentation
- base componentBadge
Theme-aware, responsive badge component.
Usage
Components are auto-discovered. Use the component directly in any .wrn view:
<Badge
+ base componentBadge
Theme-aware, responsive badge component.
Usage
Components are auto-discovered. Use the component directly in any .wrn view:
<Badge
size="default"
color="primary"
title="Badge"
@@ -39,7 +39,7 @@ page Badgecomponent {
}
}
-
+
}
diff --git a/app/pages/components/blockquote.wrn b/app/pages/components/blockquote.wrn
index c3708996..6e744b77 100644
--- a/app/pages/components/blockquote.wrn
+++ b/app/pages/components/blockquote.wrn
@@ -10,10 +10,10 @@ page Blockquotecomponent {
W WRNexusJS
-
+
Browse documentation
- base componentBlockquote
Theme-aware, responsive blockquote component.
Usage
Components are auto-discovered. Use the component directly in any .wrn view:
<Blockquote
+ base componentBlockquote
Theme-aware, responsive blockquote component.
Usage
Components are auto-discovered. Use the component directly in any .wrn view:
<Blockquote
size="default"
color="primary"
title="Blockquote"
@@ -39,7 +39,7 @@ page Blockquotecomponent {
}
}
-
+
}
diff --git a/app/pages/components/breadcrumb.wrn b/app/pages/components/breadcrumb.wrn
index 04be1b8b..935c61e9 100644
--- a/app/pages/components/breadcrumb.wrn
+++ b/app/pages/components/breadcrumb.wrn
@@ -10,10 +10,10 @@ page Breadcrumbcomponent {
W WRNexusJS
-
+
Browse documentation
- navigation componentBreadcrumb
Theme-aware, responsive breadcrumb component.
Usage
Components are auto-discovered. Use the component directly in any .wrn view:
<Breadcrumb
+ navigation componentBreadcrumb
Theme-aware, responsive breadcrumb component.
Usage
Components are auto-discovered. Use the component directly in any .wrn view:
<Breadcrumb
size="default"
color="primary"
label="Breadcrumb"
@@ -37,7 +37,7 @@ page Breadcrumbcomponent {
}
}
-
+
}
diff --git a/app/pages/components/button-group.wrn b/app/pages/components/button-group.wrn
index e8010bdc..72ce5f76 100644
--- a/app/pages/components/button-group.wrn
+++ b/app/pages/components/button-group.wrn
@@ -10,10 +10,10 @@ page ButtonGroupcomponent {
W WRNexusJS
-
+
Browse documentation
- base componentButtonGroup
Theme-aware, responsive button group component.
Usage
Components are auto-discovered. Use the component directly in any .wrn view:
<ButtonGroup
+ base componentButtonGroup
Theme-aware, responsive button group component.
Usage
Components are auto-discovered. Use the component directly in any .wrn view:
<ButtonGroup
size="default"
color="primary"
title="Button Group"
@@ -39,7 +39,7 @@ page ButtonGroupcomponent {
}
}
-
+
}
diff --git a/app/pages/components/button.wrn b/app/pages/components/button.wrn
index 54e303ce..a4c4d28c 100644
--- a/app/pages/components/button.wrn
+++ b/app/pages/components/button.wrn
@@ -10,10 +10,10 @@ page Buttoncomponent {
W WRNexusJS
-
+
Browse documentation
- base componentButton
Theme-aware, responsive button component.
Usage
Components are auto-discovered. Use the component directly in any .wrn view:
<Button
+ base componentButton
Theme-aware, responsive button component.
Usage
Components are auto-discovered. Use the component directly in any .wrn view:
<Button
label="Button"
loadingLabel="Loading…"
description="description"
@@ -181,7 +181,7 @@ page Buttoncomponent {
}
}
-
+
}
diff --git a/app/pages/components/card.wrn b/app/pages/components/card.wrn
index 92f8e984..50d6a9da 100644
--- a/app/pages/components/card.wrn
+++ b/app/pages/components/card.wrn
@@ -10,10 +10,10 @@ page Cardcomponent {
W WRNexusJS
-
+
Browse documentation
- base componentCard
Theme-aware, responsive card component.
Usage
Components are auto-discovered. Use the component directly in any .wrn view:
<Card
+ base componentCard
Theme-aware, responsive card component.
Usage
Components are auto-discovered. Use the component directly in any .wrn view:
<Card
size="default"
color="primary"
title="Card"
@@ -39,7 +39,7 @@ page Cardcomponent {
}
}
-
+
}
diff --git a/app/pages/components/carousel.wrn b/app/pages/components/carousel.wrn
index 28d9fd6f..d4cb0f06 100644
--- a/app/pages/components/carousel.wrn
+++ b/app/pages/components/carousel.wrn
@@ -10,10 +10,10 @@ page Carouselcomponent {
W WRNexusJS
-
+
Browse documentation
- base componentCarousel
Theme-aware, responsive carousel component.
Usage
Components are auto-discovered. Use the component directly in any .wrn view:
<Carousel
+ base componentCarousel
Theme-aware, responsive carousel component.
Usage
Components are auto-discovered. Use the component directly in any .wrn view:
<Carousel
size="default"
color="primary"
title="Carousel"
@@ -39,7 +39,7 @@ page Carouselcomponent {
}
}
-
+
}
diff --git a/app/pages/components/chart.wrn b/app/pages/components/chart.wrn
index 4800eee7..2365c6c3 100644
--- a/app/pages/components/chart.wrn
+++ b/app/pages/components/chart.wrn
@@ -10,10 +10,10 @@ page Chartcomponent {
W WRNexusJS
-
+
Browse documentation
- integrations componentChart
Theme-aware, responsive chart component.
Usage
Components are auto-discovered. Use the component directly in any .wrn view:
<Chart
+ integrations componentChart
Theme-aware, responsive chart component.
Usage
Components are auto-discovered. Use the component directly in any .wrn view:
<Chart
size="default"
color="primary"
title="Chart"
@@ -39,7 +39,7 @@ page Chartcomponent {
}
}
-
+
}
diff --git a/app/pages/components/chat-bubble.wrn b/app/pages/components/chat-bubble.wrn
index 7c8c87f1..b3631a4b 100644
--- a/app/pages/components/chat-bubble.wrn
+++ b/app/pages/components/chat-bubble.wrn
@@ -10,10 +10,10 @@ page ChatBubblecomponent {
W WRNexusJS
-
+
Browse documentation
- base componentChatBubble
Theme-aware, responsive chat bubble component.
Usage
Components are auto-discovered. Use the component directly in any .wrn view:
<ChatBubble
+ base componentChatBubble
Theme-aware, responsive chat bubble component.
Usage
Components are auto-discovered. Use the component directly in any .wrn view:
<ChatBubble
size="default"
color="primary"
title="Chat Bubble"
@@ -39,7 +39,7 @@ page ChatBubblecomponent {
}
}
-
+
}
diff --git a/app/pages/components/checkbox.wrn b/app/pages/components/checkbox.wrn
index 88969bce..aba96139 100644
--- a/app/pages/components/checkbox.wrn
+++ b/app/pages/components/checkbox.wrn
@@ -10,10 +10,10 @@ page Checkboxcomponent {
W WRNexusJS
-
+
Browse documentation
- forms componentCheckbox
Theme-aware, responsive checkbox component.
Usage
Components are auto-discovered. Use the component directly in any .wrn view:
<Checkbox
+ forms componentCheckbox
Theme-aware, responsive checkbox component.
Usage
Components are auto-discovered. Use the component directly in any .wrn view:
<Checkbox
size="default"
color="primary"
label="Checkbox"
@@ -38,7 +38,7 @@ page Checkboxcomponent {
}
}
-
+
}
diff --git a/app/pages/components/clipboard.wrn b/app/pages/components/clipboard.wrn
index 6f6bc5d8..2b2343dd 100644
--- a/app/pages/components/clipboard.wrn
+++ b/app/pages/components/clipboard.wrn
@@ -10,10 +10,10 @@ page Clipboardcomponent {
W WRNexusJS
-
+
Browse documentation
- integrations componentClipboard
Theme-aware, responsive clipboard component.
Usage
Components are auto-discovered. Use the component directly in any .wrn view:
<Clipboard
+ integrations componentClipboard
Theme-aware, responsive clipboard component.
Usage
Components are auto-discovered. Use the component directly in any .wrn view:
<Clipboard
size="default"
color="primary"
title="Clipboard"
@@ -39,7 +39,7 @@ page Clipboardcomponent {
}
}
-
+
}
diff --git a/app/pages/components/collapse.wrn b/app/pages/components/collapse.wrn
index c40e6b87..33737541 100644
--- a/app/pages/components/collapse.wrn
+++ b/app/pages/components/collapse.wrn
@@ -10,10 +10,10 @@ page Collapsecomponent {
W WRNexusJS
-
+
Browse documentation
- base componentCollapse
Theme-aware, responsive collapse component.
Usage
Components are auto-discovered. Use the component directly in any .wrn view:
<Collapse
+ base componentCollapse
Theme-aware, responsive collapse component.
Usage
Components are auto-discovered. Use the component directly in any .wrn view:
<Collapse
size="default"
color="primary"
items="[]"
@@ -37,7 +37,7 @@ page Collapsecomponent {
}
}
-
+
}
diff --git a/app/pages/components/color-picker.wrn b/app/pages/components/color-picker.wrn
index 5244d406..157dcda0 100644
--- a/app/pages/components/color-picker.wrn
+++ b/app/pages/components/color-picker.wrn
@@ -10,10 +10,10 @@ page ColorPickercomponent {
W WRNexusJS
-
+
Browse documentation
- forms componentColorPicker
Theme-aware, responsive color picker component.
Usage
Components are auto-discovered. Use the component directly in any .wrn view:
<ColorPicker
+ forms componentColorPicker
Theme-aware, responsive color picker component.
Usage
Components are auto-discovered. Use the component directly in any .wrn view:
<ColorPicker
size="default"
color="primary"
label="Color Picker"
@@ -43,7 +43,7 @@ page ColorPickercomponent {
}
}
-
+
}
diff --git a/app/pages/components/columns.wrn b/app/pages/components/columns.wrn
index 830a9c8c..fe532a6b 100644
--- a/app/pages/components/columns.wrn
+++ b/app/pages/components/columns.wrn
@@ -10,10 +10,10 @@ page Columnscomponent {
W WRNexusJS
-
+
Browse documentation
- layout componentColumns
Theme-aware, responsive columns component.
Usage
Components are auto-discovered. Use the component directly in any .wrn view:
<Columns
+ layout componentColumns
Theme-aware, responsive columns component.
Usage
Components are auto-discovered. Use the component directly in any .wrn view:
<Columns
size="default"
color="primary"
columns="2"
@@ -35,7 +35,7 @@ page Columnscomponent {
}
}
-
+
}
diff --git a/app/pages/components/combo-box.wrn b/app/pages/components/combo-box.wrn
index 5887496e..1781cc4d 100644
--- a/app/pages/components/combo-box.wrn
+++ b/app/pages/components/combo-box.wrn
@@ -10,10 +10,10 @@ page ComboBoxcomponent {
W WRNexusJS
-
+
Browse documentation
- advanced-forms componentComboBox
Editable autocomplete combobox with local and remote suggestions.
Usage
Components are auto-discovered. Use the component directly in any .wrn view:
<ComboBox
+ advanced-forms componentComboBox
Editable autocomplete combobox with local and remote suggestions.
Usage
Components are auto-discovered. Use the component directly in any .wrn view:
<ComboBox
size="default"
color="primary"
label="ComboBox"
@@ -413,7 +413,7 @@ page ComboBoxcomponent {
}
}
-
+
}
diff --git a/app/pages/components/confetti.wrn b/app/pages/components/confetti.wrn
index 8151731a..905b8521 100644
--- a/app/pages/components/confetti.wrn
+++ b/app/pages/components/confetti.wrn
@@ -10,10 +10,10 @@ page Confetticomponent {
W WRNexusJS
-
+
Browse documentation
- integrations componentConfetti
Theme-aware, responsive confetti component.
Usage
Components are auto-discovered. Use the component directly in any .wrn view:
<Confetti
+ integrations componentConfetti
Theme-aware, responsive confetti component.
Usage
Components are auto-discovered. Use the component directly in any .wrn view:
<Confetti
size="default"
color="primary"
title="Confetti"
@@ -39,7 +39,7 @@ page Confetticomponent {
}
}
-
+
}
diff --git a/app/pages/components/container.wrn b/app/pages/components/container.wrn
index d6cd79bb..b73f0f5a 100644
--- a/app/pages/components/container.wrn
+++ b/app/pages/components/container.wrn
@@ -10,10 +10,10 @@ page Containercomponent {
W WRNexusJS
-
+
Browse documentation
- layout componentContainer
Theme-aware, responsive container component.
Usage
Components are auto-discovered. Use the component directly in any .wrn view:
<Container
+ layout componentContainer
Theme-aware, responsive container component.
Usage
Components are auto-discovered. Use the component directly in any .wrn view:
<Container
size="default"
color="primary"
columns="2"
@@ -35,7 +35,7 @@ page Containercomponent {
}
}
-
+
}
diff --git a/app/pages/components/context-menu.wrn b/app/pages/components/context-menu.wrn
index 337727ca..5c778e8e 100644
--- a/app/pages/components/context-menu.wrn
+++ b/app/pages/components/context-menu.wrn
@@ -10,10 +10,10 @@ page ContextMenucomponent {
W WRNexusJS
-
+
Browse documentation
- overlays componentContextMenu
Theme-aware, responsive context menu component.
Usage
Components are auto-discovered. Use the component directly in any .wrn view:
<ContextMenu
+ overlays componentContextMenu
Theme-aware, responsive context menu component.
Usage
Components are auto-discovered. Use the component directly in any .wrn view:
<ContextMenu
size="default"
color="primary"
title="Context Menu"
@@ -42,7 +42,7 @@ page ContextMenucomponent {
}
}
-
+
}
diff --git a/app/pages/components/copy-markup.wrn b/app/pages/components/copy-markup.wrn
index 22b9571b..aee4f927 100644
--- a/app/pages/components/copy-markup.wrn
+++ b/app/pages/components/copy-markup.wrn
@@ -10,10 +10,10 @@ page CopyMarkupcomponent {
W WRNexusJS
-
+
Browse documentation
- advanced-forms componentCopyMarkup
Theme-aware, responsive copy markup component.
Usage
Components are auto-discovered. Use the component directly in any .wrn view:
<CopyMarkup
+ advanced-forms componentCopyMarkup
Theme-aware, responsive copy markup component.
Usage
Components are auto-discovered. Use the component directly in any .wrn view:
<CopyMarkup
size="default"
color="primary"
label="Copy Markup"
@@ -43,7 +43,7 @@ page CopyMarkupcomponent {
}
}
-
+
}
diff --git a/app/pages/components/custom-scrollbar.wrn b/app/pages/components/custom-scrollbar.wrn
index 09a814c3..68dbd2f6 100644
--- a/app/pages/components/custom-scrollbar.wrn
+++ b/app/pages/components/custom-scrollbar.wrn
@@ -10,10 +10,10 @@ page CustomScrollbarcomponent {
W WRNexusJS
-
+
Browse documentation
- layout componentCustomScrollbar
Theme-aware, responsive custom scrollbar component.
Usage
Components are auto-discovered. Use the component directly in any .wrn view:
<CustomScrollbar
+ layout componentCustomScrollbar
Theme-aware, responsive custom scrollbar component.
Usage
Components are auto-discovered. Use the component directly in any .wrn view:
<CustomScrollbar
size="default"
color="primary"
columns="2"
@@ -35,7 +35,7 @@ page CustomScrollbarcomponent {
}
}
-
+
}
diff --git a/app/pages/components/data-map.wrn b/app/pages/components/data-map.wrn
index fa0ddf3d..71320a06 100644
--- a/app/pages/components/data-map.wrn
+++ b/app/pages/components/data-map.wrn
@@ -10,10 +10,10 @@ page DataMapcomponent {
W WRNexusJS
-
+
Browse documentation
- integrations componentDataMap
Theme-aware, responsive data map component.
Usage
Components are auto-discovered. Use the component directly in any .wrn view:
<DataMap
+ integrations componentDataMap
Theme-aware, responsive data map component.
Usage
Components are auto-discovered. Use the component directly in any .wrn view:
<DataMap
size="default"
color="primary"
title="Data Map"
@@ -39,7 +39,7 @@ page DataMapcomponent {
}
}
-
+
}
diff --git a/app/pages/components/data-table.wrn b/app/pages/components/data-table.wrn
index d0ae8e29..4acfcc4d 100644
--- a/app/pages/components/data-table.wrn
+++ b/app/pages/components/data-table.wrn
@@ -10,10 +10,10 @@ page DataTablecomponent {
W WRNexusJS
-
+
Browse documentation
- integrations componentDataTable
Theme-aware, responsive data table component.
Usage
Components are auto-discovered. Use the component directly in any .wrn view:
<DataTable
+ integrations componentDataTable
Theme-aware, responsive data table component.
Usage
Components are auto-discovered. Use the component directly in any .wrn view:
<DataTable
size="default"
color="primary"
caption="Data Table"
@@ -43,7 +43,7 @@ page DataTablecomponent {
}
}
-
+
}
diff --git a/app/pages/components/date-picker.wrn b/app/pages/components/date-picker.wrn
index f086e01e..add579db 100644
--- a/app/pages/components/date-picker.wrn
+++ b/app/pages/components/date-picker.wrn
@@ -10,10 +10,10 @@ page DatePickercomponent {
W WRNexusJS
-
+
Browse documentation
- base componentDatePicker
Theme-aware, responsive date picker component.
Usage
Components are auto-discovered. Use the component directly in any .wrn view:
<DatePicker
+ base componentDatePicker
Theme-aware, responsive date picker component.
Usage
Components are auto-discovered. Use the component directly in any .wrn view:
<DatePicker
size="default"
color="primary"
label="Date Picker"
@@ -43,7 +43,7 @@ page DatePickercomponent {
}
}
-
+
}
diff --git a/app/pages/components/device-frame.wrn b/app/pages/components/device-frame.wrn
index f6d81146..641a28dc 100644
--- a/app/pages/components/device-frame.wrn
+++ b/app/pages/components/device-frame.wrn
@@ -10,10 +10,10 @@ page DeviceFramecomponent {
W WRNexusJS
-
+
Browse documentation
- base componentDeviceFrame
Theme-aware, responsive device frame component.
Usage
Components are auto-discovered. Use the component directly in any .wrn view:
<DeviceFrame
+ base componentDeviceFrame
Theme-aware, responsive device frame component.
Usage
Components are auto-discovered. Use the component directly in any .wrn view:
<DeviceFrame
size="default"
color="primary"
title="Device Frame"
@@ -39,7 +39,7 @@ page DeviceFramecomponent {
}
}
-
+
}
diff --git a/app/pages/components/divider.wrn b/app/pages/components/divider.wrn
index a69ed5bc..03c3212d 100644
--- a/app/pages/components/divider.wrn
+++ b/app/pages/components/divider.wrn
@@ -10,10 +10,10 @@ page Dividercomponent {
W WRNexusJS
-
+
Browse documentation
- layout componentDivider
Theme-aware, responsive divider component.
Usage
Components are auto-discovered. Use the component directly in any .wrn view:
<Divider
+ layout componentDivider
Theme-aware, responsive divider component.
Usage
Components are auto-discovered. Use the component directly in any .wrn view:
<Divider
size="default"
color="primary"
label="label"
@@ -31,7 +31,7 @@ page Dividercomponent {
}
}
-
+
}
diff --git a/app/pages/components/drag-and-drop.wrn b/app/pages/components/drag-and-drop.wrn
index b4ce7388..a867e41d 100644
--- a/app/pages/components/drag-and-drop.wrn
+++ b/app/pages/components/drag-and-drop.wrn
@@ -10,10 +10,10 @@ page DragAndDropcomponent {
W WRNexusJS
-
+
Browse documentation
- integrations componentDragAndDrop
Theme-aware, responsive drag and drop component.
Usage
Components are auto-discovered. Use the component directly in any .wrn view:
<DragAndDrop
+ integrations componentDragAndDrop
Theme-aware, responsive drag and drop component.
Usage
Components are auto-discovered. Use the component directly in any .wrn view:
<DragAndDrop
size="default"
color="primary"
title="Drag And Drop"
@@ -39,7 +39,7 @@ page DragAndDropcomponent {
}
}
-
+
}
diff --git a/app/pages/components/drawer.wrn b/app/pages/components/drawer.wrn
index 082803e8..67214de2 100644
--- a/app/pages/components/drawer.wrn
+++ b/app/pages/components/drawer.wrn
@@ -10,10 +10,10 @@ page Drawercomponent {
W WRNexusJS
-
+
Browse documentation
- overlays componentDrawer
Theme-aware, responsive drawer component.
Usage
Components are auto-discovered. Use the component directly in any .wrn view:
<Drawer
+ overlays componentDrawer
Theme-aware, responsive drawer component.
Usage
Components are auto-discovered. Use the component directly in any .wrn view:
<Drawer
size="default"
color="primary"
title="Drawer"
@@ -42,7 +42,7 @@ page Drawercomponent {
}
}
-
+
}
diff --git a/app/pages/components/dropdown.wrn b/app/pages/components/dropdown.wrn
index 777bb40d..01f78e0b 100644
--- a/app/pages/components/dropdown.wrn
+++ b/app/pages/components/dropdown.wrn
@@ -10,10 +10,10 @@ page Dropdowncomponent {
W WRNexusJS
-
+
Browse documentation
- overlays componentDropdown
Theme-aware, responsive dropdown component.
Usage
Components are auto-discovered. Use the component directly in any .wrn view:
<Dropdown
+ overlays componentDropdown
Theme-aware, responsive dropdown component.
Usage
Components are auto-discovered. Use the component directly in any .wrn view:
<Dropdown
size="default"
color="primary"
title="Dropdown"
@@ -42,7 +42,7 @@ page Dropdowncomponent {
}
}
-
+
}
diff --git a/app/pages/components/file-input.wrn b/app/pages/components/file-input.wrn
index 464e4982..ff4d85f7 100644
--- a/app/pages/components/file-input.wrn
+++ b/app/pages/components/file-input.wrn
@@ -10,10 +10,10 @@ page FileInputcomponent {
W WRNexusJS
-
+
Browse documentation
- forms componentFileInput
Theme-aware, responsive file input component.
Usage
Components are auto-discovered. Use the component directly in any .wrn view:
<FileInput
+ forms componentFileInput
Theme-aware, responsive file input component.
Usage
Components are auto-discovered. Use the component directly in any .wrn view:
<FileInput
size="default"
color="primary"
label="File Input"
@@ -43,7 +43,7 @@ page FileInputcomponent {
}
}
-
+
}
diff --git a/app/pages/components/file-upload-progress.wrn b/app/pages/components/file-upload-progress.wrn
index bbc68f7d..378eb926 100644
--- a/app/pages/components/file-upload-progress.wrn
+++ b/app/pages/components/file-upload-progress.wrn
@@ -10,10 +10,10 @@ page FileUploadProgresscomponent {
W WRNexusJS
-
+
Browse documentation
- base componentFileUploadProgress
Theme-aware, responsive file upload progress component.
Usage
Components are auto-discovered. Use the component directly in any .wrn view:
<FileUploadProgress
+ base componentFileUploadProgress
Theme-aware, responsive file upload progress component.
Usage
Components are auto-discovered. Use the component directly in any .wrn view:
<FileUploadProgress
size="default"
color="primary"
label="Progress"
@@ -39,7 +39,7 @@ page FileUploadProgresscomponent {
}
}
-
+
}
diff --git a/app/pages/components/file-upload.wrn b/app/pages/components/file-upload.wrn
index 3d9c94e5..8be73a2c 100644
--- a/app/pages/components/file-upload.wrn
+++ b/app/pages/components/file-upload.wrn
@@ -10,10 +10,10 @@ page FileUploadcomponent {
W WRNexusJS
-
+
Browse documentation
- integrations componentFileUpload
Theme-aware, responsive file upload component.
Usage
Components are auto-discovered. Use the component directly in any .wrn view:
<FileUpload
+ integrations componentFileUpload
Theme-aware, responsive file upload component.
Usage
Components are auto-discovered. Use the component directly in any .wrn view:
<FileUpload
size="default"
color="primary"
title="File Upload"
@@ -39,7 +39,7 @@ page FileUploadcomponent {
}
}
-
+
}
diff --git a/app/pages/components/grid.wrn b/app/pages/components/grid.wrn
index fe24bfc6..1ef21092 100644
--- a/app/pages/components/grid.wrn
+++ b/app/pages/components/grid.wrn
@@ -10,10 +10,10 @@ page Gridcomponent {
W WRNexusJS
-
+
Browse documentation
- layout componentGrid
Theme-aware, responsive grid component.
Usage
Components are auto-discovered. Use the component directly in any .wrn view:
<Grid
+ layout componentGrid
Theme-aware, responsive grid component.
Usage
Components are auto-discovered. Use the component directly in any .wrn view:
<Grid
size="default"
color="primary"
columns="2"
@@ -35,7 +35,7 @@ page Gridcomponent {
}
}
-
+
}
diff --git a/app/pages/components/image.wrn b/app/pages/components/image.wrn
index 98e81870..0e86f6c8 100644
--- a/app/pages/components/image.wrn
+++ b/app/pages/components/image.wrn
@@ -10,10 +10,10 @@ page Imagecomponent {
W WRNexusJS
-
+
Browse documentation
- layout componentImage
Theme-aware, responsive image component.
Usage
Components are auto-discovered. Use the component directly in any .wrn view:
<Image
+ layout componentImage
Theme-aware, responsive image component.
Usage
Components are auto-discovered. Use the component directly in any .wrn view:
<Image
size="default"
color="primary"
src="src"
@@ -39,7 +39,7 @@ page Imagecomponent {
}
}
-
+
}
diff --git a/app/pages/components/input-group.wrn b/app/pages/components/input-group.wrn
index 919cbc3f..6dec2903 100644
--- a/app/pages/components/input-group.wrn
+++ b/app/pages/components/input-group.wrn
@@ -10,10 +10,10 @@ page InputGroupcomponent {
W WRNexusJS
-
+
Browse documentation
- forms componentInputGroup
Theme-aware, responsive input group component.
Usage
Components are auto-discovered. Use the component directly in any .wrn view:
<InputGroup
+ forms componentInputGroup
Theme-aware, responsive input group component.
Usage
Components are auto-discovered. Use the component directly in any .wrn view:
<InputGroup
size="default"
color="primary"
label="Input Group"
@@ -43,7 +43,7 @@ page InputGroupcomponent {
}
}
-
+
}
diff --git a/app/pages/components/input-number.wrn b/app/pages/components/input-number.wrn
index c160e26a..a93d6d31 100644
--- a/app/pages/components/input-number.wrn
+++ b/app/pages/components/input-number.wrn
@@ -10,10 +10,10 @@ page InputNumbercomponent {
W WRNexusJS
-
+
Browse documentation
- advanced-forms componentInputNumber
Theme-aware, responsive input number component.
Usage
Components are auto-discovered. Use the component directly in any .wrn view:
<InputNumber
+ advanced-forms componentInputNumber
Theme-aware, responsive input number component.
Usage
Components are auto-discovered. Use the component directly in any .wrn view:
<InputNumber
size="default"
color="primary"
label="Input Number"
@@ -43,7 +43,7 @@ page InputNumbercomponent {
}
}
-
+
}
diff --git a/app/pages/components/input.wrn b/app/pages/components/input.wrn
index 2a69f4c6..93f78dd6 100644
--- a/app/pages/components/input.wrn
+++ b/app/pages/components/input.wrn
@@ -10,10 +10,10 @@ page Inputcomponent {
W WRNexusJS
-
+
Browse documentation
- forms componentInput
Theme-aware, responsive input component.
Usage
Components are auto-discovered. Use the component directly in any .wrn view:
<Input
+ forms componentInput
Theme-aware, responsive input component.
Usage
Components are auto-discovered. Use the component directly in any .wrn view:
<Input
size="default"
color="primary"
label="Input"
@@ -43,7 +43,7 @@ page Inputcomponent {
}
}
-
+
}
diff --git a/app/pages/components/kbd.wrn b/app/pages/components/kbd.wrn
index 31aef04e..46697d45 100644
--- a/app/pages/components/kbd.wrn
+++ b/app/pages/components/kbd.wrn
@@ -10,10 +10,10 @@ page Kbdcomponent {
W WRNexusJS
-
+
Browse documentation
- layout componentKbd
Theme-aware, responsive kbd component.
Usage
Components are auto-discovered. Use the component directly in any .wrn view:
<Kbd
+ layout componentKbd
Theme-aware, responsive kbd component.
Usage
Components are auto-discovered. Use the component directly in any .wrn view:
<Kbd
size="default"
color="primary"
label="⌘ K"
@@ -31,7 +31,7 @@ page Kbdcomponent {
}
}
-
+
}
diff --git a/app/pages/components/layout-splitter.wrn b/app/pages/components/layout-splitter.wrn
index d4739a04..ea163380 100644
--- a/app/pages/components/layout-splitter.wrn
+++ b/app/pages/components/layout-splitter.wrn
@@ -10,10 +10,10 @@ page LayoutSplittercomponent {
W WRNexusJS
-
+
Browse documentation
- layout componentLayoutSplitter
Theme-aware, responsive layout splitter component.
Usage
Components are auto-discovered. Use the component directly in any .wrn view:
<LayoutSplitter
+ layout componentLayoutSplitter
Theme-aware, responsive layout splitter component.
Usage
Components are auto-discovered. Use the component directly in any .wrn view:
<LayoutSplitter
size="default"
color="primary"
columns="2"
@@ -35,7 +35,7 @@ page LayoutSplittercomponent {
}
}
-
+
}
diff --git a/app/pages/components/legend-indicator.wrn b/app/pages/components/legend-indicator.wrn
index 45a50c53..ab701f6e 100644
--- a/app/pages/components/legend-indicator.wrn
+++ b/app/pages/components/legend-indicator.wrn
@@ -10,10 +10,10 @@ page LegendIndicatorcomponent {
W WRNexusJS
-
+
Browse documentation
- base componentLegendIndicator
Theme-aware, responsive legend indicator component.
Usage
Components are auto-discovered. Use the component directly in any .wrn view:
<LegendIndicator
+ base componentLegendIndicator
Theme-aware, responsive legend indicator component.
Usage
Components are auto-discovered. Use the component directly in any .wrn view:
<LegendIndicator
size="default"
color="primary"
title="Legend Indicator"
@@ -39,7 +39,7 @@ page LegendIndicatorcomponent {
}
}
-
+
}
diff --git a/app/pages/components/link.wrn b/app/pages/components/link.wrn
index 0f2704f0..acff62f0 100644
--- a/app/pages/components/link.wrn
+++ b/app/pages/components/link.wrn
@@ -10,10 +10,10 @@ page Linkcomponent {
W WRNexusJS
-
+
Browse documentation
- layout componentLink
Theme-aware, responsive link component.
Usage
Components are auto-discovered. Use the component directly in any .wrn view:
<Link
+ layout componentLink
Theme-aware, responsive link component.
Usage
Components are auto-discovered. Use the component directly in any .wrn view:
<Link
size="default"
color="primary"
label="Link"
@@ -36,7 +36,7 @@ page Linkcomponent {
}
}
-
+
}
diff --git a/app/pages/components/list-group.wrn b/app/pages/components/list-group.wrn
index 3144f56a..943b9331 100644
--- a/app/pages/components/list-group.wrn
+++ b/app/pages/components/list-group.wrn
@@ -10,10 +10,10 @@ page ListGroupcomponent {
W WRNexusJS
-
+
Browse documentation
- base componentListGroup
Theme-aware, responsive list group component.
Usage
Components are auto-discovered. Use the component directly in any .wrn view:
<ListGroup
+ base componentListGroup
Theme-aware, responsive list group component.
Usage
Components are auto-discovered. Use the component directly in any .wrn view:
<ListGroup
size="default"
color="primary"
title="List Group"
@@ -39,7 +39,7 @@ page ListGroupcomponent {
}
}
-
+
}
diff --git a/app/pages/components/list.wrn b/app/pages/components/list.wrn
index ad57ede8..1a8c8671 100644
--- a/app/pages/components/list.wrn
+++ b/app/pages/components/list.wrn
@@ -10,10 +10,10 @@ page Listcomponent {
W WRNexusJS
-
+
Browse documentation
- base componentList
Theme-aware, responsive list component.
Usage
Components are auto-discovered. Use the component directly in any .wrn view:
<List
+ base componentList
Theme-aware, responsive list component.
Usage
Components are auto-discovered. Use the component directly in any .wrn view:
<List
size="default"
color="primary"
title="List"
@@ -39,7 +39,7 @@ page Listcomponent {
}
}
-
+
}
diff --git a/app/pages/components/map.wrn b/app/pages/components/map.wrn
index 8dade8e3..2a4975f7 100644
--- a/app/pages/components/map.wrn
+++ b/app/pages/components/map.wrn
@@ -10,10 +10,10 @@ page Mapcomponent {
W WRNexusJS
-
+
Browse documentation
- integrations componentMap
Theme-aware, responsive map component.
Usage
Components are auto-discovered. Use the component directly in any .wrn view:
<Map
+ integrations componentMap
Theme-aware, responsive map component.
Usage
Components are auto-discovered. Use the component directly in any .wrn view:
<Map
size="default"
color="primary"
title="Map"
@@ -39,7 +39,7 @@ page Mapcomponent {
}
}
-
+
}
diff --git a/app/pages/components/marquee.wrn b/app/pages/components/marquee.wrn
index 59b5e4f3..365cd2f4 100644
--- a/app/pages/components/marquee.wrn
+++ b/app/pages/components/marquee.wrn
@@ -10,10 +10,10 @@ page Marqueecomponent {
W WRNexusJS
-
+
Browse documentation
- base componentMarquee
Theme-aware, responsive marquee component.
Usage
Components are auto-discovered. Use the component directly in any .wrn view:
<Marquee
+