Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/colinhunt/se-mockup

Create UI wireframes for elm apps using the excellent mdgriffith/style-elements library. See your layouts rendered in real-time exactly as they would appear in your app.
https://github.com/colinhunt/se-mockup

elm elm-lang elmlang style-elements wireframing-tool

Last synced: 6 days ago
JSON representation

Create UI wireframes for elm apps using the excellent mdgriffith/style-elements library. See your layouts rendered in real-time exactly as they would appear in your app.

Awesome Lists containing this project

README

        

# [Haywire](https://colinhunt.github.io/se-mockup/) for Elm Style-Elements
*(working title)*

[![Build Status](https://travis-ci.org/colinhunt/se-mockup.svg?branch=master)](https://travis-ci.org/colinhunt/se-mockup)

Create UI wireframes for elm apps using elements from the excellent
[mdgriffith/style-elements](http://package.elm-lang.org/packages/mdgriffith/style-elements/4.3.0/) library.
See your layouts rendered in real-time exactly as they would appear in your app.

This is because Haywire renders the layout using the actual elements and attributes you pick in your design.
The goal is to decrease the cycle time in figuring out the combination of elements you need to get the layout you expect,
by elminating the compile/reload overhead.

[Try it](https://colinhunt.github.io/se-mockup/)!

## Disclaimer
This is in early-alpha stage and likely contains many ~bugs~surprises.
Your work may be lost or corrupted at any time.

More documentation to come.