Skip to content

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

License

Notifications You must be signed in to change notification settings

rolfsmeds/j-elements

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

89 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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
    

About

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

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • JavaScript 77.0%
  • HTML 21.9%
  • CSS 1.1%