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
- Host: GitHub
- URL: https://github.com/manolo/crud-view
- Owner: manolo
- Created: 2017-08-15T22:14:31.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2019-01-19T08:00:45.000Z (over 6 years ago)
- Last Synced: 2025-03-27T22:32:46.728Z (2 months ago)
- Language: HTML
- Homepage:
- Size: 1.61 MB
- Stars: 3
- Watchers: 1
- Forks: 1
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# <crud-view>

<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.

### 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