mirror of
https://github.com/carbon-design-system/carbon-components-svelte.git
synced 2025-09-15 10:21:05 +00:00
docs: drop -D flag from install commands
This commit is contained in:
parent
951d686042
commit
67673d5161
6 changed files with 12 additions and 12 deletions
|
@ -21,9 +21,9 @@
|
|||
metatags.description =
|
||||
"The Svelte implementation of the Carbon Design System featuring UI components, icons, pictograms, and charts.";
|
||||
|
||||
const installYarn = "yarn add -D carbon-components-svelte";
|
||||
const installNpm = "npm i -D carbon-components-svelte";
|
||||
const installPnpm = "pnpm i -D carbon-components-svelte";
|
||||
const installYarn = "yarn add carbon-components-svelte";
|
||||
const installNpm = "npm i carbon-components-svelte";
|
||||
const installPnpm = "pnpm i carbon-components-svelte";
|
||||
const themes = {
|
||||
white: "White",
|
||||
g10: "Gray 10",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue