Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/schurhammer/lustre_virtual_list
https://github.com/schurhammer/lustre_virtual_list
Last synced: 3 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/schurhammer/lustre_virtual_list
- Owner: schurhammer
- License: apache-2.0
- Created: 2023-10-14T11:14:58.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2024-04-12T11:05:21.000Z (7 months ago)
- Last Synced: 2024-04-22T11:30:57.834Z (7 months ago)
- Language: Gleam
- Size: 15.6 KB
- Stars: 4
- Watchers: 1
- Forks: 2
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
- awesome-gleam - lustre_virtual_list - [📚](https://hexdocs.pm/lustre_virtual_list/) - A virtual list component for lustre. (Packages / Frontend)
README
# Work In Progress
This component is still a work in progress. Basic functionality is there, but things may change at any time.
# How To Use
Look at the example project in the `example` folder. The example has a list of 100000 items, and when you click an item it adds that item's number to the total.
# lustre_virtual_list
[![Package Version](https://img.shields.io/hexpm/v/lustre_virtual_list)](https://hex.pm/packages/lustre_virtual_list)
[![Hex Docs](https://img.shields.io/badge/hex-docs-ffaff3)](https://hexdocs.pm/lustre_virtual_list/)## Quick start
```sh
gleam run # Run the project
gleam test # Run the tests
gleam shell # Run an Erlang shell
```## Installation
If available on Hex this package can be added to your Gleam project:
```sh
gleam add lustre_virtual_list
```and its documentation can be found at .