Skip to content

staeter/ziplist

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

This package is inspired by guid75/ziplist and Richard Feldman's conference Making Impossible States Impossible.

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.