From 4e962a377c1af48d4361c2211e80a23205ffd5dd Mon Sep 17 00:00:00 2001 From: Val Koi <95649560+valkoivo@users.noreply.github.com> Date: Sun, 12 Jan 2025 12:12:36 +0100 Subject: [PATCH] Added KoiCom library to the Class based Libraries list Added KoiCom library to the Class based Libraries list --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 9c8e488..ef1cea0 100644 --- a/README.md +++ b/README.md @@ -382,6 +382,7 @@ CSS Shadow Parts allow developers to expose certain elements inside Shadow DOM f - [FAST Element](https://github.com/microsoft/fast/tree/master/packages/web-components/fast-element) - Lightweight library for building performant, memory-efficient, standards-compliant Web Components. - [Forge Core](https://github.com/tyler-technologies-oss/forge-core) - Building blocks and utilities that are used when building Forge Web Components. - [Joist](https://github.com/joist-framework/joist) - Set of small libraries designed to add the bare minimum to web components to make you productive. +- [KoiCom](https://github.com/valkoivo/koicom) - Library for testable interfaces using server-independent web components with a standardized lifecycle. - [Lit](https://lit.dev) - Simple library for building fast, lightweight web components. - [Lightning Web Components](https://github.com/salesforce/lwc) - blazing fast, enterprise-grade Web Components foundation. - [Omi](https://github.com/Tencent/omi) - Next generation web framework in 4kb JavaScript (Web Components + JSX + Proxy + Store + Path Updating).