NoRedInk / noredink-ui / Nri.Ui.Html.V3

viewJust : (a -> Html.Styled.Html msg) -> Maybe a -> Html.Styled.Html msg

View value of if Maybe is a Just, otherwise show nothing.

viewIf : (() -> Html.Styled.Html msg) -> Basics.Bool -> Html.Styled.Html msg

onKeyUp : { preventDefault : Basics.Bool, stopPropagation : Basics.Bool } -> (Basics.Int -> Maybe a) -> Html.Styled.Attribute a

Convert a keycode into a message on keyup

defaultOptions : { preventDefault : Basics.Bool, stopPropagation : Basics.Bool }