Proof-of-concept helpers and prototype web components
Not recommended for production, but very much recommended for testing and providing feedback 😊
See the documentation for StylableMixin
and TeleportingElement
.
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.
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