diff --git a/README.md b/README.md index ab1df0f9..e189e996 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