mdgriffith / elm-ui

What if you never had to write CSS again?

Home Page:https://package.elm-lang.org/packages/mdgriffith/elm-ui/latest/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Element.mailLink proposal

pravdomil opened this issue · comments

mailLink :
    List (Attribute msg)
    ->
      { to: String,
      , cc: Maybe String,
      , bcc: Maybe String,
      , subject: Maybe String
      , body: Maybe String
      }
    -> Element msg

MDN e-mail links, RFC.

What do you think?

There is also sms and tel links.