j-elements

WebJar for j-elements

Лицензия

Лицензия

Группа

Группа

org.webjars.npm
Идентификатор

Идентификатор

j-elements
Последняя версия

Последняя версия

0.2.0
Дата

Дата

Тип

Тип

jar
Описание

Описание

j-elements
WebJar for j-elements
Ссылка на сайт

Ссылка на сайт

http://webjars.org
Система контроля версий

Система контроля версий

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

Скачать j-elements

Как подключить последнюю версию

<!-- 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"]

Зависимости

Библиотека не имеет зависимостей. Это самодостаточное приложение, которое не зависит ни от каких других библиотек.

Модули Проекта

Данный проект не имеет модулей.

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
    

Версии библиотеки

Версия
0.2.0