docs: update portal for WRNexusJS 0.3.4

This commit is contained in:
2026-07-22 21:57:32 +05:30
parent 6598892c81
commit 7b5718ea50
980 changed files with 4411 additions and 4286 deletions
+28 -20
View File
@@ -1,4 +1,4 @@
# WRNexusJS 0.3.3 comprehensive documentation index
# WRNexusJS 0.3.4 comprehensive documentation index
Status: Private Developer Preview. Runtime: Bun. UI language: .wrn.
This is the documentation application, not the framework monorepo.
@@ -40,7 +40,7 @@ This is the documentation application, not the framework monorepo.
- https://wrnexusjs.dev/benchmarks
- https://wrnexusjs.dev/roadmap
- https://wrnexusjs.dev/changelog
- https://wrnexusjs.dev/releases/0.3.3
- https://wrnexusjs.dev/releases/0.3.4
- https://wrnexusjs.dev/security
- https://wrnexusjs.dev/support
- https://wrnexusjs.dev/license
@@ -803,6 +803,7 @@ This is the documentation application, not the framework monorepo.
- https://wrnexusjs.dev/components/security-pillar-grid
- https://wrnexusjs.dev/components/security-practice-list
- https://wrnexusjs.dev/components/security-report-form
- https://wrnexusjs.dev/components/segmented-button-group
- https://wrnexusjs.dev/components/select
- https://wrnexusjs.dev/components/sender-id-input
- https://wrnexusjs.dev/components/server-error-page
@@ -1467,7 +1468,7 @@ Events: click
### Badge
Mount: data-component="Badge"
Category: feedback
Props: class: string = "", label: string = "", variant: string = "neutral"
Props: class: string = "", label: string = "", variant: string = "neutral", size: string = "md"
Slots: default
Events: none
@@ -1628,8 +1629,8 @@ Events: none
### Button
Mount: data-component="Button"
Category: actions
Props: label: string = "Button", type: string = "button", variant: string = "primary", size: string = "md", disabled: boolean = false, loading: boolean = false, icon: string = "", className: string = ""
Slots: none
Props: label: string = "Button", type: string = "button", variant: string = "primary", size: string = "md", disabled: boolean = false, loading: boolean = false, icon: string = "", iconPosition: string = "start", fullWidth: boolean = false, className: string = ""
Slots: default
Events: none
### ButtonGroup
@@ -1838,7 +1839,7 @@ Events: none
### ChannelCard
Mount: data-component="ChannelCard"
Category: content
Props: title: string = "", description: string = "", href: string = "", icon: string = "icon-[lucide--radio-tower]", class: string = ""
Props: title: string = "", description: string = "", href: string = "", icon: string = "", actionLabel: string = "", class: string = ""
Slots: default
Events: none
@@ -1866,8 +1867,8 @@ Events: none
### ChannelFlow
Mount: data-component="ChannelFlow"
Category: visualization
Props: title: string = "", value: string = "", description: string = "", summary: string = "", loading: boolean = false, class: string = ""
Slots: default
Props: class: string = ""
Slots: none
Events: none
### ChannelIcon
@@ -1992,7 +1993,7 @@ Events: none
### Cluster
Mount: data-component="Cluster"
Category: core
Props: gap: string = "4", className: string = ""
Props: class: string = ""
Slots: default
Events: none
@@ -2006,9 +2007,9 @@ Events: none
### CodeBlock
Mount: data-component="CodeBlock"
Category: content
Props: class: string = "", language: string = "text", filename: string = "", code: string = ""
Props: language: string = "text", title: string = "", code: string = "", copyable: boolean = true, class: string = ""
Slots: none
Events: click
Events: none
### CodeCopyButton
Mount: data-component="CodeCopyButton"
@@ -2041,7 +2042,7 @@ Events: none
### CodeTabs
Mount: data-component="CodeTabs"
Category: content
Props: eyebrow: string = "", title: string = "", description: string = "", href: string = "", actionLabel: string = "Learn more", image: string = "", alt: string = "", class: string = ""
Props: class: string = ""
Slots: default
Events: none
@@ -3301,7 +3302,7 @@ Events: none
### FinalCTA
Mount: data-component="FinalCTA"
Category: actions
Props: label: string = "Action", href: string = "", type: string = "button", variant: string = "primary", disabled: boolean = false, class: string = ""
Props: label: string = "Get started", href: string = "", type: string = "button", variant: string = "primary", disabled: boolean = false, class: string = ""
Slots: default
Events: none
@@ -4470,7 +4471,7 @@ Events: none
### MetricGrid
Mount: data-component="MetricGrid"
Category: data
Props: label: string = "Key metrics", metrics: string = [], class: string = ""
Props: label: string = "Platform metrics", metrics: string = [], compact: boolean = false, columns: number = 4, class: string = ""
Slots: none
Events: none
@@ -5107,7 +5108,7 @@ Events: none
### PricingComparisonTable
Mount: data-component="PricingComparisonTable"
Category: data
Props: caption: string = "Plan comparison", plans: string = [], features: string = [], class: string = ""
Props: caption: string = "Plan comparison", plans: string = [], features: string = [], featuredPlan: string = "", class: string = ""
Slots: none
Events: none
@@ -5142,7 +5143,7 @@ Events: none
### PricingPlanCard
Mount: data-component="PricingPlanCard"
Category: content
Props: class: string = "", name: string = "Starter", description: string = "", price: string = "₹0", period: string = "/month", featured: boolean = false, ctaLabel: string = "Choose plan", ctaHref: string = "#"
Props: class: string = "", name: string = "Starter", description: string = "", price: string = "₹0", period: string = "/month", featured: boolean = false, badgeLabel: string = "Most popular", ctaLabel: string = "Choose plan", ctaHref: string = "#"
Slots: default
Events: none
@@ -5205,7 +5206,7 @@ Events: none
### ProductCard
Mount: data-component="ProductCard"
Category: content
Props: eyebrow: string = "Product", title: string = "Product name", description: string = "", href: string = "#", actionLabel: string = "Learn more", status: string = "", class: string = ""
Props: eyebrow: string = "", title: string = "", description: string = "", href: string = "", actionLabel: string = "Learn more", status: string = "", class: string = ""
Slots: none
Events: none
@@ -5317,8 +5318,8 @@ Events: none
### ProductStatusBadge
Mount: data-component="ProductStatusBadge"
Category: feedback
Props: label: string = "ProductStatus", variant: string = "default", class: string = ""
Slots: default
Props: label: string = "Available", status: string = "", class: string = ""
Slots: none
Events: none
### ProductUseCaseList
@@ -6077,6 +6078,13 @@ Props: eyebrow: string = "", title: string = "", description: string = "", href:
Slots: default
Events: none
### SegmentedButtonGroup
Mount: data-component="SegmentedButtonGroup"
Category: core
Props: label: string = "Options", items: string = [], active: string = "", size: string = "md", fullWidth: boolean = false, class: string = ""
Slots: none
Events: click
### Select
Mount: data-component="Select"
Category: core
@@ -6570,7 +6578,7 @@ Events: click
### Table
Mount: data-component="Table"
Category: data
Props: class: string = "", caption: string = "Data table", responsive: boolean = true
Props: class: string = "", caption: string = "Data table", responsive: boolean = true, striped: boolean = false, hoverable: boolean = true, compact: boolean = false
Slots: default
Events: none