preact-custom-element
Custom element wrapper
A library that allows developers to wrap Preact components as custom elements in web applications
Wrap your component up as a custom element
365 stars
10 watching
52 forks
Language: JavaScript
last commit: 4 months ago
Linked from 1 awesome list
custom-elementspreactweb-components
Related projects:
Repository | Description | Stars |
---|---|---|
preactjs/preact-render-to-string | A utility for rendering JSX and Preact components to HTML strings. | 653 |
prateekbh/preact-material-components | A preact wrapper around Material Components for the web, providing a thin and opinion-less interface to use the components in a project. | 555 |
adobe/react-webcomponent | A library that automates the wrapping of React components in CustomElements to enable easy integration with web standards. | 106 |
shawnbot/custom-elements | A resource providing in-depth information and explanations on custom HTML elements, including their purpose, usage, and browser support. | 201 |
nekr/preact-delegate | A utility for attaching event handlers to elements in a Preact application | 19 |
mobxjs/mobx-preact | A package providing MobX bindings specifically for Preact | 127 |
preactjs/preact-router | URL router for Preact applications | 1,017 |
preactjs/preact-devtools | An extension for inspecting Preact application hierarchies, including props and state. | 316 |
testing-library/preact-testing-library | Tools for testing Preact components to ensure they work as expected in different scenarios | 145 |
developit/preact-markup | A component-based HTML renderer that uses Virtual DOM to map custom elements to Preact components. | 201 |
davidjamesstone/hyperapp-customelements | A Web Components Custom Elements library based on hyperapp, providing a simple API and immutable state data for building reusable UI components. | 17 |
joomla-projects/custom-elements | A collection of reusable UI components developed with modern web technologies and optimized for performance. | 32 |
jamesbirtles/fpreact | An alternative API for creating Preact components inspired by Elm's functional programming style | 47 |
github/custom-element-boilerplate | A basic project providing a template for creating custom web elements using TypeScript and Web Components. | 165 |
developit/preact-portal | An NPM package that provides a reusable way to render Preact components into specific parts of the DOM. | 180 |