w0rm / elm-slice-show / SliceShow.Content

This module helps you define Slide content


type alias Content a b =
SliceShow.ContentData.ContentData a b

Content type

item : Html b -> Content a b

Single content item

container : (List (Html b) -> Html b) -> List (Content a b) -> Content a b

A group of content items

custom : a -> Content a b

Custom content item

hide : Content a b -> Content a b

Hide content