Skip to content

Latest commit

 

History

History
54 lines (30 loc) · 1.17 KB

README.md

File metadata and controls

54 lines (30 loc) · 1.17 KB

j-elements

Proof-of-concept helpers and prototype web components

Not recommended for production, but very much recommended for testing and providing feedback 😊

Docs and demos ›

Proof-of-concept helper elements and mixins

See the documentation for StylableMixin and TeleportingElement.

Prototype web components

Web components that try to fill in some gaps in the Vaadin components collection, and experiment with alternative implementation ideas for them by using the low-level elements and mixins.

See the documentation site for all components.

Development / testing it locally

Install Node.js and 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. Install project dependencies:

    npm install
    
  3. Install Polymer CLI:

    npm install -g polymer-cli
    
  4. Run the demos and open them in your default browser:

    cd site
    npm link ../
    polymer serve -o