docs(react): update installation instructions

The commit changes the package installation instructions in the React documentation. It suggests installing the package as a devDependency implying the package is primarily used in development.
This commit is contained in:
p-sw 2024-06-11 18:17:19 +09:00
parent 45082d4587
commit d23360887d

View File

@ -16,7 +16,7 @@ import {Code} from "@/components/LoadedCode";
</Code>
3. Install [@psw-ui/cli](https://www.npmjs.com/package/@psw-ui/cli).
<Code language={"plaintext"}>
{`$ npm install \@psw-ui/cli\n$ yarn add @psw-ui/cli\n$ pnpm add @psw-ui/cli`}
{`$ npm install -D \@psw-ui/cli\n$ yarn add -D @psw-ui/cli\n$ pnpm add -D @psw-ui/cli`}
</Code>
4. Run CLI to add components
<Code language={"plaintext"}>