3.0.2 • Published 5 months ago

@lemonadejs/list v3.0.2

Weekly downloads
-
License
-
Repository
-
Last release
5 months ago

Javascript dynamic lists with search and pagination

Official website and documentation is here

Compatible with Vanilla JavaScript, LemonadeJS, React, Vue or Angular.

The JavaScript List is a lightweight library that effortlessly enables you create repeated HTML block of elements from a template based on a given array.

Features

  • Lightweight: The lemonade data grid is only about 2 KBytes;
  • Customizable: You can define a HTML template;
  • Reactive: Any changes to the underlying data are automatically applied to the HTML;
  • Integration: It can be used as a standalone library or integrated with any modern framework;

Getting Started

You can install using NPM or using directly from a CDN.

npm Installation

To install it in your project using npm, run the following command:

$ npm install @lemonadejs/list

CDN

To use the javascript plugin via a CDN, include the following script tags in your HTML file:

<script type="text/javascript" src="https://cdn.jsdelivr.net/npm/lemonadejs/dist/lemonade.min.js"></script>
<script type="text/javascript" src="https://cdn.jsdelivr.net/npm/@lemonadejs/list/dist/index.min.js"></script>

<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/@lemonadejs/list/dist/style.min.css" />

License

The LemonadeJS data grid is released under the MIT.

Other Tools

3.0.2

5 months ago

3.0.0

5 months ago

2.1.1

6 months ago

2.1.0

7 months ago

2.0.1

11 months ago

1.3.6

1 year ago

1.3.5

1 year ago

1.4.0

1 year ago

2.0.0

1 year ago

1.3.4

2 years ago

1.3.3

2 years ago

1.3.2

2 years ago

1.3.1

2 years ago

1.3.0

2 years ago

1.2.1

2 years ago

1.2.0

2 years ago

1.1.0

2 years ago

1.0.3

2 years ago

1.0.2

2 years ago

1.0.1

2 years ago