docs: update portal for WRNexusJS 0.2.65
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
# WRNexusJS 0.2.64 comprehensive documentation index
|
||||
# WRNexusJS 0.2.65 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.2.64
|
||||
- https://wrnexusjs.dev/releases/0.2.65
|
||||
- https://wrnexusjs.dev/security
|
||||
- https://wrnexusjs.dev/support
|
||||
- https://wrnexusjs.dev/license
|
||||
@@ -1177,7 +1177,7 @@ Events: none
|
||||
### ApiEndpointCard
|
||||
Mount: data-component="ApiEndpointCard"
|
||||
Category: content
|
||||
Props: class: string = "", method: string = "GET", path: string = "/api/example", description: string = ""
|
||||
Props: class: string = "", method: string = "GET", path: string = "/api/example", eyebrow: string = "", title: string = "", description: string = "", href: string = "", actionLabel: string = "View endpoint"
|
||||
Slots: default
|
||||
Events: none
|
||||
|
||||
@@ -1464,8 +1464,8 @@ Events: click
|
||||
### Badge
|
||||
Mount: data-component="Badge"
|
||||
Category: feedback
|
||||
Props: class: string = "", label: string = "Badge", variant: string = "neutral"
|
||||
Slots: none
|
||||
Props: class: string = "", label: string = "", variant: string = "neutral"
|
||||
Slots: default
|
||||
Events: none
|
||||
|
||||
### BankTransferDetails
|
||||
@@ -1681,7 +1681,7 @@ Events: none
|
||||
### CampaignCard
|
||||
Mount: data-component="CampaignCard"
|
||||
Category: content
|
||||
Props: title: string = "", description: string = "", href: string = "", class: string = ""
|
||||
Props: title: string = "", description: string = "", href: string = "", icon: string = "icon-[lucide--send]", class: string = ""
|
||||
Slots: default
|
||||
Events: none
|
||||
|
||||
@@ -1835,7 +1835,7 @@ Events: none
|
||||
### ChannelCard
|
||||
Mount: data-component="ChannelCard"
|
||||
Category: content
|
||||
Props: title: string = "", description: string = "", href: string = "", class: string = ""
|
||||
Props: title: string = "", description: string = "", href: string = "", icon: string = "icon-[lucide--radio-tower]", class: string = ""
|
||||
Slots: default
|
||||
Events: none
|
||||
|
||||
@@ -3137,7 +3137,7 @@ Events: none
|
||||
### FeatureCard
|
||||
Mount: data-component="FeatureCard"
|
||||
Category: content
|
||||
Props: class: string = "", icon: string = "✦", title: string = "Feature", description: string = "", href: string = ""
|
||||
Props: class: string = "", icon: string = "icon-[lucide--sparkles]", title: string = "Feature", description: string = "", href: string = ""
|
||||
Slots: none
|
||||
Events: none
|
||||
|
||||
@@ -3942,7 +3942,7 @@ Events: none
|
||||
### IntegrationCard
|
||||
Mount: data-component="IntegrationCard"
|
||||
Category: content
|
||||
Props: title: string = "", description: string = "", href: string = "", class: string = ""
|
||||
Props: title: string = "", description: string = "", href: string = "", icon: string = "icon-[lucide--plug-zap]", class: string = ""
|
||||
Slots: default
|
||||
Events: none
|
||||
|
||||
|
||||
Reference in New Issue
Block a user