This module helps you define Slide content
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