https://github.com/sudhiry/webcomponents-examples
This is repository for web components examples
https://github.com/sudhiry/webcomponents-examples
javascript react web-components
Last synced: over 1 year ago
JSON representation
This is repository for web components examples
- Host: GitHub
- URL: https://github.com/sudhiry/webcomponents-examples
- Owner: sudhiry
- License: mit
- Archived: true
- Created: 2018-07-11T14:15:52.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2023-01-03T15:16:15.000Z (over 3 years ago)
- Last Synced: 2024-10-24T10:06:39.809Z (over 1 year ago)
- Topics: javascript, react, web-components
- Language: JavaScript
- Homepage:
- Size: 2.25 MB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 19
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Web components examples
This is repository for example web components which contains different ways to create web components. Also contains different ways to integrate with different frameworks like Angular, React, Vue, Polymer and others.
To refer these exmaples see the list below:
## [Core web component](examples/core-web-component)
This examples use web component standards to show the web components
## [Web Component without using HTML import standard](examples/web-component-without-html-imports)
HTML import standard is still not supported by all browsers, so our web components should be implemented without this standard. This example illustrate the web component without HTML import standard.
## [Web Components using React](examples/react-web-component)
Almost all of development works on top of some frameworks like React, Angular, Vue. So it is necessary to have web components in related frameworks. This example illustrate the use of React in web components. Support for web component transpilation is currently not a standard and pritty much basic. Babel supports
## [Web components using Polymer](examples/polymer-web-component)
[Polymer 3.0](https://www.polymer-project.org/3.0/docs/about_30) has come up with a framework for hassel free creation of web components.