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 😊
Install Node.js, including npm, then do the following:
-
Clone the repo and change to the project directory:
git clone https://github.com/jouni/j-elements cd j-elements
-
Run the docs site:
cd docs npm install npm start