@frontmcp/ui-components package with an MUI scaffold, spec file, and barrel index.
Usage
Options
| Option | Type | Default | Description |
|---|---|---|---|
name | string | — | Required. Component name (PascalCase or kebab-case — auto-converted to PascalCase) |
description | string | "" | Optional description for the component |
skipFormat | boolean | false | Skip running Prettier after generation |
Generated Files
LoginForm.tsx
index.ts
Auto-Updates
The generator also updates three files in your workspace:ui/components/project.json— adds the entry toadditionalEntryPointsin bothbuild-cjsandbuild-esmtargetstsconfig.base.json— adds a path alias@frontmcp/ui-components/LoginFormui/components/src/index.ts— appendsexport * from './LoginForm'