Skip to content

Instantly share code, notes, and snippets.

@AdrianRibao
Created June 8, 2018 10:24
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/15849e72d9174614d17fd4567ca930b1 to your computer and use it in GitHub Desktop.
Save AdrianRibao/15849e72d9174614d17fd4567ca930b1 to your computer and use it in GitHub Desktop.
renderTabContent : Tabs -> Html Msg
renderTabContent currentTab =
case currentTab of
Step1 ->
div [] [ text "Content for tab1" ]
Step2 ->
div [] [ text "Content for tab2" ]
Step3 ->
div [] [ text "Content for tab3" ]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment