gdotdesign / elm-ui-examples

Examples applications for Elm-UI

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

This repository contains example applications that demonstrate how to use Elm-UI.

Examples

  • Drag and Drop - A sample app to show simple drag and drop implementation
  • Drop Down - A sample app to show how to create a drop-down
  • File Upload - A sample app to show how to upload files to a server
  • File Upload Progress - A sample app to show how to upload files to a server and display it's progress
  • Header Dropdown - A sample app to show how to integrate a drop-down into a header
  • Image Preview - A sample app to demonstrate the usage of the Ui.Native.FileManager module
  • Money Tracker - An simple app to track spending
  • Scroll to Top - A sample app to demonstrate the scroll package

Running an example

After cloning the repository you can run each application with the following steps (yarn must be installed):

About

Examples applications for Elm-UI


Languages

Language:Elm 92.3%Language:CSS 7.7%