name: framework-parity-checks description: Evaluate cross-framework parity for generated components and accessibility metadata. Use when emitter behavior changes or parity regressions are suspected. metadata: owner: shadcnui-foundry version: "1.0"
Framework Parity Checks
When to use this skill
Use after emitter updates or when validating consistency across React, Vue, Svelte, Angular, and Lit outputs.
Priority components
Start with:
ButtonInputCard
Then validate interactive overlays:
DialogPopoverDropdownMenuSelect
Checklist
- Compare generated API shape and default props.
- Compare structure and semantics of emitted markup.
- Compare a11y metadata parity:
- roles
- required/optional aria attrs
- keyboard interactions
- focus management
- WCAG references
- Run/update cross-framework snapshots when changes are intended.
Exit criteria
- Intended parity differences are documented.
- Unexpected parity drift is fixed.