From e94227082bf7bd36f3a452e1d2d53ccd50f516e6 Mon Sep 17 00:00:00 2001 From: Eric Liu Date: Thu, 15 Oct 2020 17:33:53 -0700 Subject: [PATCH] docs: add npm install command --- docs/src/pages/index.svelte | 35 +++++++++++++++++++++++++++++------ 1 file changed, 29 insertions(+), 6 deletions(-) diff --git a/docs/src/pages/index.svelte b/docs/src/pages/index.svelte index 2c0fa946..71600532 100644 --- a/docs/src/pages/index.svelte +++ b/docs/src/pages/index.svelte @@ -6,6 +6,9 @@ Column, CodeSnippet, Link, + Tabs, + Tab, + TabContent, } from "carbon-components-svelte"; import TileCard from "../components/TileCard.svelte"; import { metatags } from "@sveltech/routify"; @@ -16,6 +19,7 @@ "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"; @@ -51,12 +55,31 @@ - + + + +
+ + + + + + +
+