From 1e0e79a026a50794976636afdef7df70a44411a7 Mon Sep 17 00:00:00 2001 From: HerrHase Date: Thu, 17 Jul 2025 20:43:25 +0200 Subject: [PATCH] bugfix for elements --- README.md | 6 +++++- example/css/styles.css | 2 +- example/index.html | 6 +++--- example/js/index.js | 2 +- example/symbol-defs.svg | 2 +- src/example.js | 7 +++++++ src/fieldUpload.riot | 25 +++++++++++++------------ src/upload.svg | 4 ++++ webpack.config.js | 3 ++- 9 files changed, 37 insertions(+), 20 deletions(-) create mode 100644 src/upload.svg diff --git a/README.md b/README.md index aa0f136..2e4baae 100644 --- a/README.md +++ b/README.md @@ -11,7 +11,7 @@ npm install @tiny-components/upload --save ## You can use it like this ```javascript -
( state.validator.submit(event) ) }>> + ( state.validator.submit(event) ) }>