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

https://github.com/manolo/crud-view

CRUD views for Polymer apps
https://github.com/manolo/crud-view

Last synced: about 2 months ago
JSON representation

CRUD views for Polymer apps

Awesome Lists containing this project

README

        

# <crud-view>

![version](https://img.shields.io/vaadin-directory/v/manolocrud-view.svg)

<crud-view> is a [Polymer 2](http://polymer-project.org) Element and a couple of Mixins providing an easy way to display, sort, filter and make modifications to a list of JSON objects.

![Screenshot of crud-view](https://raw.githubusercontent.com/manolo/crud-view/master/screenshot.gif)

### Demo

- [Users CRUD Valo Theme →](https://manolo.github.io/crud-demo/index-valo.html)
- [Users CRUD Material Design →](https://manolo.github.io/crud-demo/index-material.html)

## Components

- `CrudListMixin`: ES6 class for the list view.
- `CrudItemMixin`: ES6 class for the entity editor.
- ``: Helper element to enable dialogs.

## elements
- ``: A reusable bar with 3 buttons for crud editor
- ``: A wrapper for `vaadin-dialog` providing adding content in light-dom
- ``: A confirmation element made on top of `vaadin-dialog`

## License

Apache License 2.0