The Wayback Machine - https://web.archive.org/web/20200824083912/https://github.com/topics/elm
Skip to content
#

Elm

elm logo

Elm is a domain-specific programming language for declaratively creating web browser-based graphical user interfaces. Elm is purely functional, and is developed with emphasis on usability, performance, and robustness.

Here are 2,641 public repositories matching this topic...

yew
bennetthardwick
bennetthardwick commented Aug 4, 2020

A small change that would make implementing styles for elements with background colours a bit easier. It would match the From<T> for Option<T> impl that you can already use for fields that are Option<Color> (like text_color).

Before:

Style {
    background_color: Some(Color::BLACK.into()),
    text_color: Color::WHITE.into(),
    ..Default::default()
}

After:

Created by Evan Czaplicki

Released 2012

Latest release 10 months ago

Repository
elm/compiler
Website
elm-lang.org
Wikipedia
Wikipedia

Related Topics

angular javascript language react vue
You can’t perform that action at this time.