https://github.com/staeter/ziplist
https://github.com/staeter/ziplist
elm elm-lang lists package ziplist
Last synced: 3 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/staeter/ziplist
- Owner: staeter
- License: bsd-3-clause
- Created: 2020-04-19T20:46:47.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2022-11-08T15:47:53.000Z (over 3 years ago)
- Last Synced: 2025-04-13T02:55:24.400Z (about 1 year ago)
- Topics: elm, elm-lang, lists, package, ziplist
- Language: Elm
- Homepage: https://package.elm-lang.org/packages/staeter/ziplist/latest/
- Size: 12.7 KB
- Stars: 5
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
This package is inspired by [guid75/ziplist](https://package.elm-lang.org/packages/guid75/ziplist/latest/) and Richard Feldman's conference [Making Impossible States Impossible](https://www.youtube.com/watch?v=IcgmSRJHu_8).
This package don't have automated tests. If ever some unexpected behaviour happens, please post an issue on gh or make a pull request that solves it. Also if you code some automated tests for the module I would love you <3 Thanks!
# ziplist
A ZipList is a list that has an element selected that can go through the whole list and act on it.
It is very useful if you need non empty lists or if you want to make complex radio buttons.