Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

j-elements

Package Overview
Dependencies
Maintainers
1
Versions
4
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

j-elements

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

  • 0.3.0
  • latest
  • Source
  • npm
  • Socket score

Version published
Weekly downloads
0
decreased by-100%
Maintainers
1
Weekly downloads
 
Created
Source

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
    

Keywords

FAQs

Package last updated on 13 Sep 2019

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc