bluedogtraining / bdt-elm / Css.Bdt

Helpers on top of Html.Styled to show/hide things

Show Hide Elements

styleIf : Basics.Bool -> Css.Style -> Css.Style

Optionally add a Style.

css
    [ cursor pointer |> Css.styleIf canToggle
    ]