19 lines
521 B
YAML

name: wyatt_component_template
description: Component with Copy-with annotation.
version: 0.1.0
vars:
ui_kit_component_name:
type: string
description: The name used in this UI Kit.
default: UiKitComponentName
prompt: What is the name used in this UI Kit?
wyatt_ui_component_name:
type: string
description: The name of the parent widget defined in `wyatt_ui_component`
default: InformationCardComponent
prompt: What is the name of the parent widget defined in `wyatt_ui_component`?