dtwrks / elm-ui-book / UIBook.ElmCSS

When using elm-css, use these as replacements for the same types and functions found on UIBook. Everything else should work just the same.


type alias UIBook state =
UIBookCustom state (UIBookHtml state)


type alias UIChapter state =
UIBook.UIChapterCustom state (UIBookHtml state)

book : String -> state -> UIBookBuilder state (UIBookHtml state)