avances en plantillas
This commit is contained in:
parent
0f84beacf1
commit
da0530d79b
2062 changed files with 598814 additions and 22 deletions
94
storage/public/dist/libs/list.js/README.md
vendored
Normal file
94
storage/public/dist/libs/list.js/README.md
vendored
Normal file
|
|
@ -0,0 +1,94 @@
|
|||
# List.js
|
||||
|
||||
Perfect library for adding **search**, **sort**, **filters** and **flexibility** to
|
||||
**tables**, **lists** and various HTML elements. Built to be invisible and work on existing HTML.
|
||||
Really simple and easy to use!
|
||||
|
||||
[](https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=M7ZGHV75VSD2E)
|
||||
[](https://badge.fury.io/js/list.js)
|
||||
[](https://circleci.com/gh/javve/list.js/tree/master)
|
||||
[](https://codecov.io/gh/javve/list.js)
|
||||
[](https://www.jsdelivr.com/package/npm/list.js)
|
||||
|
||||
### Core idea
|
||||
|
||||
- Simple and invisible
|
||||
- Easy to apply to existing HTML
|
||||
- No dependencies
|
||||
- Fast
|
||||
- Small
|
||||
- Handle thousands of items
|
||||
|
||||
### Features
|
||||
|
||||
- Works both lists, tables and almost anything else. E.g. `<div>`,`<ul>`,`<table>`, etc.
|
||||
- Search [Read more ›](https://listjs.com/docs/list-api#search)
|
||||
- Sort [Read more ›](https://listjs.com/docs/list-api#sort)
|
||||
- Filter [Read more ›](https://listjs.com/docs/list-api#filter)
|
||||
- Simple templating system that adds possibility to add, edit, remove items [Read more ›](https://listjs.com/docs/list-api#add)
|
||||
- Support for Chrome, Safari, Firefox, IE9+
|
||||
|
||||
### Download / Install
|
||||
|
||||
##### Via NPM
|
||||
|
||||
```
|
||||
npm install list.js
|
||||
```
|
||||
|
||||
##### Via Bower
|
||||
|
||||
```
|
||||
bower install list.js
|
||||
```
|
||||
|
||||
##### Via CDNJS
|
||||
|
||||
```html
|
||||
<script src="//cdnjs.cloudflare.com/ajax/libs/list.js/2.3.0/list.min.js"></script>
|
||||
```
|
||||
|
||||
##### Via Direct Download
|
||||
|
||||
- [Compressed list.js](https://raw.githubusercontent.com/javve/list.js/v2.3.0/dist/list.min.js)
|
||||
- [Uncompressed list.js](https://raw.githubusercontent.com/javve/list.js/v2.3.0/dist/list.js)
|
||||
|
||||
### Questions / How to?
|
||||
|
||||
https://stackoverflow.com/questions/tagged/list.js
|
||||
|
||||
### Demo / Examples
|
||||
|
||||
- [Existing list](https://listjs.com/examples/existing-list)
|
||||
- [Existing list + add](https://listjs.com/examples/existing-list-add)
|
||||
- [New list](https://listjs.com/examples/new-list)
|
||||
- [Add, get, remove](https://listjs.com/examples/add-get-remove)
|
||||
- [Fuzzy search](https://listjs.com/examples/fuzzy-search)
|
||||
- [Pagination](https://listjs.com/examples/pagination)
|
||||
- [Search in specific column](https://codepen.io/javve/pen/GpZpow)
|
||||
- [Filter in range](https://codepen.io/javve/pen/wKGKWL)
|
||||
- [Show message filter/search results in 0 items](https://codepen.io/javve/pen/VvavzG)
|
||||
- [Only show list after search/filter](https://codepen.io/javve/pen/YyqyRg)
|
||||
|
||||
## Documentation
|
||||
|
||||
- [Getting started](https://listjs.com/docs)
|
||||
- [Options](https://listjs.com/docs/options)
|
||||
- [List API](https://listjs.com/docs/list-api)
|
||||
- [Item API](https://listjs.com/docs/item-api)
|
||||
- [Changelog](https://github.com/javve/list.js/blob/master/CHANGELOG.md)
|
||||
|
||||
### Thanks to [all lovely contributors](https://github.com/javve/list.js/graphs/contributors)! Want to join them?
|
||||
|
||||
- Read more at [listjs.com/overview/contribute](https://listjs.com/overview/contribute)
|
||||
|
||||
### Creator
|
||||
|
||||
| | Jonny Strömberg [@javve](https://twitter.com/javve) |
|
||||
| ---------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ |
|
||||
|  | I hope you like the lib. I’ve put a lot of hours into it! Feel free to follow me on [Twitter](http://twitter.com/javve) for news and [donate a coffee](https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=M7ZGHV75VSD2E) for good karma ;) |
|
||||
|
||||
## License (MIT)
|
||||
|
||||
Copyright (c) 2011-2020 Jonny Strömberg <[jonny.stromberg@gmail.com](mailto:jonny.stromberg@gmail.com)>
|
||||
[javve.com](https://javve.com)
|
||||
Loading…
Add table
Add a link
Reference in a new issue