Skip to content

Add elm-ui library

Luís Couto requested to merge elm-ui into master

What are you trying to accomplish?

Include a library that abstracts the regular CSS declarations, so that developers don't have to deal with actual CSS while developing Web applications.

Description

  • Include elm-ui in the project
  • Update Main.elm file with very simple UI examples

elm-ui abstracts over CSS, so that developers don't have to actually write CSS declaration, but instead think of the UI as something more fluid and organic.

How Has This Been Tested?

Small examples were written in the src/Main.elm file.

What's the impact of these changes?

  • New feature (non-breaking change which adds functionality)

Checklist:

  • My code follows the code style of this project.
  • My change requires a change to the documentation.
  • I have updated the documentation accordingly.
  • I have read the CONTRIBUTING document.

Merge request reports