An open API service indexing awesome lists of open source software.

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

Proof-of-concept and prototype web components to fill in some gaps in the Vaadin components collection
https://github.com/jouni/j-elements

web-components webcomponents

Last synced: 9 months ago
JSON representation

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

Awesome Lists containing this project

README

          

# JElements

JElements is a web development research project, looking at some of the current problems around authoring and using web components and how to provide solutions to those problems while the browsers improve their capabilities.

It also includes a collection or ready-to-use web components which test the solutions first-hand.

> **Not recommended for production**, but very much recommended for testing and providing feedback 😊

[Docs and demos ›](https://jelements.netlify.com)

## Development / testing it locally

Install Node.js, including 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
```

1. Run the docs site:

```
cd docs
npm install
npm start
```