From 447ee271856f733c984a8db69b4e9efb7807a672 Mon Sep 17 00:00:00 2001 From: brittneypostma Date: Wed, 25 Oct 2023 15:47:34 -0400 Subject: [PATCH 1/2] updated readme with svelte component --- README.md | 27 +++++++++++++++++++++++++++ 1 file changed, 27 insertions(+) diff --git a/README.md b/README.md index ab1df0f9..4c10b0fa 100644 --- a/README.md +++ b/README.md @@ -13,6 +13,33 @@ It supports: ## Example +Have a basic button component: + +```svelte + + + + + +``` + +And a `button.stories.svelte` file: + ```svelte