Back to Fluentui

react-library

tools/workspace-plugin/src/generators/react-library/README.md

4.40.2-hotfix2867 B
Original Source

react-library

Workspace Generator for bootstrapping a new react library (fluentui v9)

<!-- toc --> <!-- tocstop -->

Usage

sh
yarn nx g @fluentui/workspace-plugin:react-library --help

Show what will be generated without writing to disk:

sh
yarn nx g @fluentui/workspace-plugin:react-library --dry-run

Examples

sh
yarn nx g @fluentui/workspace-plugin:react-library

Options

name

Type: string

Library name (without @fluentui scope prefix)

owner

Type: string

Team owning the library. Will be written in CODEOWNERS

kind

Type: standard | compat

v9 library kind either embracing converged patterns(standard) or using griffel only with old framework patterns(compat)