matiasfha / elmLayout

A Flex layout implementation in pure Elm

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Elm Layout

A simple project to create a pure elm solution to create a flex grid helpers.

The code create three elements to manage the flex properties of flexbox.

layout this represent the flex-container

flex this represent the flex-item

container a way to center a layout and childs

Example

An example can be found in the code src/Main.elm and can be run with npm run watch

About

A Flex layout implementation in pure Elm


Languages

Language:Elm 90.0%Language:JavaScript 10.0%