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.
- Host: GitHub
- URL: https://github.com/sebastiansedzik/web-component-wrapper
- Owner: SebastianSedzik
- Created: 2023-10-30T16:29:56.000Z (almost 2 years ago)
- Default Branch: master
- Last Pushed: 2024-05-20T18:30:56.000Z (over 1 year ago)
- Last Synced: 2025-02-27T23:11:21.671Z (7 months ago)
- Topics: webcomponent, webcomponents, wrapper, wrappers
- Language: TypeScript
- Homepage:
- Size: 854 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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]