From a5a40420973ff7f1ae8eb0e9ae3e82949b1e7ce3 Mon Sep 17 00:00:00 2001 From: Stefano Pigozzi Date: Wed, 18 Oct 2023 23:23:22 +0200 Subject: [PATCH] Create `x-card` custom element skeleton --- .idea/inspectionProfiles/Project_Default.xml | 17 ++++++ index.html | 30 ++++++++++ src/card.mjs | 58 ++++++++++++++++++++ src/fetch.mjs | 30 +++++----- src/index.mjs | 3 + 5 files changed, 124 insertions(+), 14 deletions(-) create mode 100644 index.html create mode 100644 src/card.mjs diff --git a/.idea/inspectionProfiles/Project_Default.xml b/.idea/inspectionProfiles/Project_Default.xml index eaa278c..4cef06b 100644 --- a/.idea/inspectionProfiles/Project_Default.xml +++ b/.idea/inspectionProfiles/Project_Default.xml @@ -1,7 +1,24 @@