A tiny helper function for creating Web Components
Customel is a small helper function for creating Web Components. It has zero dependencies and is only 2kb in size. It uses template literals as a templating engine and allows for the creation of standards-compliant Web Components. It can be used with Vue, React, Angular, and other similar frameworks. Customel has a small and easy API, making it accessible for developers to use.
To install Customel, follow these steps:
index.html file.<script src="https://cdn.example.com/customel.js"></script>
index.html like this:<script type="module">
import Customel from 'https://cdn.example.com/customel.js';
</script>
Customel is a lightweight helper function for creating Web Components. It has a small API and can be used with popular frameworks like Vue, React, and Angular. With zero dependencies and a small size of only 2kb, Customel makes it easy to create standards-compliant Web Components without much boilerplate code. It provides features like template rendering, state management, props, and actions. It is not meant for building large applications, but rather for creating small, reusable Web Components.