Components Guidelines

**PRIMARY SKILL FOR CREATING AND UPDATING COMPONENTS** — Guidelines and best practices for writing and modifying Vue 3 components. USE FOR: - Creating new .vue component files - Modifying existing component implementation - Understanding component structure, props, emits, defineModel - Questions about how components should be architected DO NOT USE FOR: - Writing or improving unit tests (use unit-testing-guidelines) - Understanding testing patterns or assertions WHEN TO COMBINE: Load unit-testing-guidelines if you're adding a new component and need to write tests for it.

cmu-sei 04afe98 7.2 KB Updated

File contents

cmu-sei/sei-design-system/tree/main/.github/skills/components-guidelines commit 04afe98e43

Frequently asked questions

npx skillmds@latest add cmu-sei/components-guidelines