j-elements

Proof-of-concept and prototype web components to fill in some gaps in the Vaadin components collection

APACHE-2.0 License

Downloads
3
Stars
11
Committers
2

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 ›

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
    
  2. Run the docs site:

    cd docs
    npm install
    npm start
    
Package Rankings
Top 35.09% on Repo1.maven.org
Top 11.89% on Npmjs.org
Related Projects