From 79facb1bd8a383a7cfa32740fae82931a7d38c81 Mon Sep 17 00:00:00 2001 From: PaddiM8 Date: Tue, 5 Jan 2021 01:25:30 +0100 Subject: [PATCH] kalk_web placeholder --- kalk_web/README.md | 1 + kalk_web/package.json | 4 ++-- kalk_web/src/KalkCalculator.svelte | 9 +++++++++ 3 files changed, 12 insertions(+), 2 deletions(-) diff --git a/kalk_web/README.md b/kalk_web/README.md index d0d44a2..7eba32c 100644 --- a/kalk_web/README.md +++ b/kalk_web/README.md @@ -38,6 +38,7 @@ I am not aware of a better way. The colours in the component can be changed by using these attributes. ```html @@ -305,6 +313,7 @@
handleKeyDown(event, kalk)} on:keyup={handleKeyUp} on:input={handleInput}