An open API service indexing awesome lists of open source software.

https://github.com/sebastiansedzik/web-component-wrapper

Generate framework-specific wrappers for your web-component library, to consuming it like native one. Write once, use anywhere.
https://github.com/sebastiansedzik/web-component-wrapper

webcomponent webcomponents wrapper wrappers

Last synced: 7 months ago
JSON representation

Generate framework-specific wrappers for your web-component library, to consuming it like native one. Write once, use anywhere.

Awesome Lists containing this project

README

          

# @web-component-wrapper

> [!WARNING]
> CAUTION: This package is currently in the early stages of development, and its API may undergo changes in the future.

Generate framework-specific wrappers for your web-component library, to consuming it like native one. Write once, and use anywhere.

## Getting started
1. Set up the [web-component-wrapper tool](https://github.com/SebastianSedzik/web-component-wrapper/tree/master/packages/core#readme) in your project.
2. Select the framework you want to support and integrate it into your project:
- [Angular](https://github.com/SebastianSedzik/web-component-wrapper/tree/master/packages/angular#readme) [WIP]