bzimmermandev/autogrid

Extends the mdgriffith/style-elements library with an auto-sizing grid.


License
MIT
Install
elm-package install bzimmermandev/autogrid 1.0.0

Documentation

AutoGrid

Purpose

AutoGrid extends the mdgriffith/style-elements library with a grid that will include as many rows as there are rows in your data. It is excellent for displaying tables of data, where the amount of data to display is dynamic.

Installation

In your root project directory, install using elm-package:

elm-package install bzimmermandev/autogrid

Documentation

View the documentation for this library over at elm-lang.org.