This repository contains example applications that demonstrate how to use Elm-UI.
- 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
After cloning the repository you can run each application with the following steps (yarn must be installed):
cd example
yarn
yarn start
- open http://localhost:8002/source/Main.elm