JElements
Proof-of-concept helpers and prototype web components
Not recommended for production, but very much recommended for testing and providing feedback
Proof-of-concept helper elements and mixins
See the documentation for LightStyleElement, StylableMixin and PortalElement.
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:
-
Clone the repo and change to the project directory:
git clone https://github.com/jouni/j-elements cd j-elements -
Install project dependencies:
npm install -
Install Polymer CLI:
npm install -g polymer-cli -
Run the demos and open them in your default browser:
cd site npm link ../ polymer serve -o