This plugin allows to display a Tabs below your stories.
See usage here
{ displayedTab : Basics.Int }
Model of the tab
Messages triggered by the tab
initialModel : Model
The initial Model used to initialize the tab
update : Msg -> Model -> Model
Use this update function to update the tab
view : UIExplorer.ColorMode.ColorMode -> { b | displayedTab : Basics.Int } -> List ( String, Html (UIExplorer.Msg a), Html (UIExplorer.Msg a) ) -> (Msg -> a) -> Html (UIExplorer.Msg a)
display the tab with this function