mdgriffith / elm-ui

What if you never had to write CSS again?
https://package.elm-lang.org/packages/mdgriffith/elm-ui/latest/
BSD 3-Clause "New" or "Revised" License
1.35k stars 110 forks source link

Element.mailLink proposal #292

Open pravdomil opened 3 years ago

pravdomil commented 3 years ago
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.