w0rm / elm-slice-show

A simple presentation engine in Elm

Home Page:http://package.elm-lang.org/packages/w0rm/elm-slice-show/latest

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Provide examples in package docs

rundis opened this issue · comments

Some of the functions might not be evident just by looking at the type signature and a one-liner.

One particular example that tripped me up was SliceShow.Content.container (kept confusing when I was working with html virtual dom nodes and when I was working with content items/container).

Custom content also deserves a bit more doc I think. Maybe also a separate section in the readme.