Skip to content

Instantly share code, notes, and snippets.

View onetwothreebutter's full-sized avatar

Eric Johnson onetwothreebutter

View GitHub Profile
@onetwothreebutter
onetwothreebutter / multipageform.elm
Last active April 4, 2017 03:32 — forked from TheSeamau5/multipageform.elm
Simple multi-page form
import Html exposing (Html, Attribute)
import Html.App as App
import Html.Attributes
import Html.Events exposing (..)
import List
import String
------------------
--- HELPER CODE --
------------------