Skip to content

Instantly share code, notes, and snippets.

@AdrianRibao
Created June 8, 2018 10:03
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save AdrianRibao/21244df08ba0f901f73ad66fe1a18bca to your computer and use it in GitHub Desktop.
Save AdrianRibao/21244df08ba0f901f73ad66fe1a18bca to your computer and use it in GitHub Desktop.
type alias Model =
{ currentTab : Tabs }
-- Don't forget to setup the initial values for the model. In our case we wan't the app load the first step.
initialModel : Model
initialModel =
{ currentTab = Step1 }
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment