dtwrks / elm-book-interop-elm-ui / ElmBook.ElmUI


type alias Book state =
ElmBook.Custom.Book state (Html state)

Replaces ElmBook.Book

book : String -> BookBuilder state

Replaces ElmBook.book


type alias Chapter state =
ElmBook.Custom.Chapter state (Html state)

Replaces ElmBook.Chapter.Chapter