canonrs-server 0.1.0

CanonRS server-side rendering support
1
2
3
4
5
6
7
8
9
10
11
12
13
id: wizard-layout
label: Wizard Layout
category: flow
description: Step-by-step wizard layout with header, stepper, content and footer
tags: ["wizard", "stepper", "flow", "steps", "multi-step", "form"]
slot_accepts:
  header: Any
  stepper: Any
  content: Any
  footer: Any
contract:
  regions_required: []
  regions_optional: ["header", "stepper", "content", "footer"]