sxh / ui-base / UiBase.Buttons

Provide clickable buttons

Action buttons

actionButton : msg -> String -> Element msg

Largest button that indicates you can do something

mediumActionButton : msg -> String -> Element msg

Medium button that indicates you can do something

smallActionButton : msg -> String -> Element msg

Smallest button that indicates you can do something

pageSelectButton : msg -> String -> Element msg

Button for right hand top menu that selects a page

Highlighting buttons

highlightingButton : msg -> String -> Element msg

Normal sized button with white background, becomes royal blue on mouseover

smallHighlightingButton : msg -> String -> Element msg

Small button with white background, becomes royal blue on mouseover