Header Customizations
main : UIBook x
main =
book "CustomHeader"
|> withSubtitle "Custom Subtitle"
|> withLogo (img [ src "/mycompanylogo.png" ] [])
|> withChapters []
Colors Themes
main : UIBook x
main =
book "CustomHeader"
|> withSubtitle "Custom Subtitle"
|> withLogo (img [ src "/mycompanylogo.png" ] [])
|> withChapters []
Theme Accent Alt
(Theme Background)Theme Accent
(Theme Background Alt)