Skip to content

Proof of concept of different implementations for web components

Notifications You must be signed in to change notification settings

oscargm/web-components-poc

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Web components Proof of concept

The main goal of this repository is to get a working component with different frameworks. With that, with one implementation you can get a component for:

  • Native
  • React
  • Vue
  • Svelte
  • Angular

Each framework has it's own folder. To get it working:

cd ./fwk-folder && npm i && npm start

Current status

  • #a0fc00 Native
  • #f03c15 React
  • #f03c15 Vue
  • #f03c15 Svelte
  • #f03c15 Angular

Collaboration

Feel free to work or submit PR

Native

cd ./native && npm i && npm start

React

cd ./react-component && npm i && npm start

Angular

cd ./angular && npm i && ng serve

About

Proof of concept of different implementations for web components

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published