noredink-ui/README.md
2018-03-07 14:41:31 -08:00

20 lines
377 B
Markdown

# noredink-ui
UI widgets we use.
## Examples
This repo contains an app showcasing all of these UI widgets.
To see them locally:
```
> cd styleguide-app
> elm-make Main.elm --output=elm.js
```
Open `index.html` in your browser.
Alternatively, you may use elm-reactor. Please be aware that you'll need to globally
install fonts (in particular, Muli) if you go this route.