From a1b133ec1a88f9206b35e71d9eb165f28ea8cd4c Mon Sep 17 00:00:00 2001 From: Eric Liu Date: Wed, 8 Jan 2020 07:31:51 -0800 Subject: [PATCH] docs(readme): use css from CDN in basic example [ci skip] --- README.md | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 8732d842..02fe3982 100644 --- a/README.md +++ b/README.md @@ -24,8 +24,13 @@ yarn add -D carbon-components-svelte import { Button } from 'carbon-components-svelte'; + + + + - ``` Try it in the [Svelte REPL](https://svelte.dev/repl/201b02d3a92440f99de9129e83a67871?version=3.16.7).