j-elements

WebJar for j-elements

License

License

GroupId

GroupId

org.webjars.npm
ArtifactId

ArtifactId

j-elements
Last Version

Last Version

0.2.0
Release Date

Release Date

Type

Type

jar
Description

Description

j-elements
WebJar for j-elements
Project URL

Project URL

http://webjars.org
Source Code Management

Source Code Management

https://github.com/jouni/j-elements

Download j-elements

How to add to project

<!-- https://jarcasting.com/artifacts/org.webjars.npm/j-elements/ -->
<dependency>
    <groupId>org.webjars.npm</groupId>
    <artifactId>j-elements</artifactId>
    <version>0.2.0</version>
</dependency>
// https://jarcasting.com/artifacts/org.webjars.npm/j-elements/
implementation 'org.webjars.npm:j-elements:0.2.0'
// https://jarcasting.com/artifacts/org.webjars.npm/j-elements/
implementation ("org.webjars.npm:j-elements:0.2.0")
'org.webjars.npm:j-elements:jar:0.2.0'
<dependency org="org.webjars.npm" name="j-elements" rev="0.2.0">
  <artifact name="j-elements" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.webjars.npm', module='j-elements', version='0.2.0')
)
libraryDependencies += "org.webjars.npm" % "j-elements" % "0.2.0"
[org.webjars.npm/j-elements "0.2.0"]

Dependencies

There are no dependencies for this project. It is a standalone project that does not depend on any other jars.

Project Modules

There are no modules declared in this project.

JElements

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 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:

  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
    

Versions

Version
0.2.0