mirror of
https://github.com/carbon-design-system/carbon-components-svelte.git
synced 2025-09-20 12:23:02 +00:00
chore(docs): add pnpm install command
This commit is contained in:
parent
9be9c6c99b
commit
43021d6209
1 changed files with 5 additions and 0 deletions
|
@ -23,6 +23,7 @@
|
||||||
|
|
||||||
const installYarn = "yarn add -D carbon-components-svelte";
|
const installYarn = "yarn add -D carbon-components-svelte";
|
||||||
const installNpm = "npm i -D carbon-components-svelte";
|
const installNpm = "npm i -D carbon-components-svelte";
|
||||||
|
const installPnpm = "pnpm i -D carbon-components-svelte";
|
||||||
const themes = {
|
const themes = {
|
||||||
white: "White",
|
white: "White",
|
||||||
g10: "Gray 10",
|
g10: "Gray 10",
|
||||||
|
@ -98,6 +99,10 @@
|
||||||
<Row noGutter>
|
<Row noGutter>
|
||||||
<CodeSnippet code="{installNpm}" />
|
<CodeSnippet code="{installNpm}" />
|
||||||
</Row>
|
</Row>
|
||||||
|
<h4>Using pnpm:</h4>
|
||||||
|
<Row noGutter>
|
||||||
|
<CodeSnippet code="{installPnpm}" />
|
||||||
|
</Row>
|
||||||
</Column>
|
</Column>
|
||||||
</Row>
|
</Row>
|
||||||
<Row style="margin-bottom: var(--cds-layout-04)">
|
<Row style="margin-bottom: var(--cds-layout-04)">
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue