v9-component
Installation
SKILL.md
Scaffold a V9 Component
Create a new v9 component named $ARGUMENTS using the repo's Nx generators.
Steps
Adding a component to an existing package
Use the react-component generator:
yarn nx g @fluentui/workspace-plugin:react-component --name $ARGUMENTS --project <project-name>
Where <project-name> is the Nx project (e.g., react-button). This generates all required files: component, types, hook, styles, render, index barrel, and conformance test.
Creating a new package + component
Use the react-library generator first, then add the component: