From 318b08e63daa612e599ad92a7a597f8d7346c33f Mon Sep 17 00:00:00 2001 From: Ayo Date: Tue, 17 Oct 2023 11:51:27 +0200 Subject: [PATCH] chore: clarify support --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index d4b2b56..fbe7c5f 100644 --- a/README.md +++ b/README.md @@ -26,6 +26,7 @@ We want a way to: **2. `src/components`** - custom element constructor class files go here (only `.js` files for now) - all components are automatically registered using their file names (e.g., a `hello-world.js` component can be used as `` element) +- the idea is, if it is a valid custom element constructor, just throw it in the `components` directory and it will work... vanilla, Lit, Stencil, or our own totally optional [Base Class](https://ayco.io/n/web-component-base) -- your choice! ## Setting up