https://github.com/jouni/j-elements
Proof-of-concept and prototype web components to fill in some gaps in the Vaadin components collection
https://github.com/jouni/j-elements
web-components webcomponents
Last synced: 9 months ago
JSON representation
Proof-of-concept and prototype web components to fill in some gaps in the Vaadin components collection
- Host: GitHub
- URL: https://github.com/jouni/j-elements
- Owner: jouni
- License: apache-2.0
- Created: 2018-02-09T07:20:46.000Z (over 8 years ago)
- Default Branch: main
- Last Pushed: 2024-11-18T14:44:20.000Z (over 1 year ago)
- Last Synced: 2025-09-02T01:43:18.772Z (10 months ago)
- Topics: web-components, webcomponents
- Language: CSS
- Homepage: https://jelements.netlify.app
- Size: 1.05 MB
- Stars: 11
- Watchers: 3
- Forks: 3
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# JElements
JElements is a web development research project, looking at some of the current problems around authoring and using web components and how to provide solutions to those problems while the browsers improve their capabilities.
It also includes a collection or ready-to-use web components which test the solutions first-hand.
> **Not recommended for production**, but very much recommended for testing and providing feedback 😊
[Docs and demos ›](https://jelements.netlify.com)
## Development / testing it locally
Install Node.js, including npm, then do the following:
1. Clone the repo and change to the project directory:
```
git clone https://github.com/jouni/j-elements
cd j-elements
```
1. Run the docs site:
```
cd docs
npm install
npm start
```