Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/jvitor83/abstract-ui


https://github.com/jvitor83/abstract-ui

Last synced: 20 days ago
JSON representation

Awesome Lists containing this project

README

        

# ABSTRACT-UI

Project to achieve 2 goals:

- Create a component layer to abstract a ui library suite (bootstrap/material/ionic/kendo/primeng/etc)
- Create web components from those (using angular elements) with `abs-` prefix. (like `abs-button`)

This is a experiment!

## Getting started
`npm install`

## Develop
```
npm start
```

## Production
1) `npm run build.prod`

2) Create a html and import the js and css files from the dist like:
```html



Angular Elements





DYNAMIC






document.getElementById('element').addEventListener('clickEvent', e => console.log(e));



```