noredink-ui/styleguide-app
2018-12-17 11:03:27 +00:00
..
assets fix svgs 2018-12-13 10:37:51 -08:00
Examples Merge remote-tracking branch 'origin/master' into update-checkbox-text 2018-12-17 11:03:27 +00:00
.gitignore Updates to TextArea (#70) 2018-06-11 11:08:49 -07:00
Assets.elm start converting styleguide-app to elm 0.19 2018-12-11 21:57:06 +01:00
elm-package.json Prep for 0.19 dual-publish (#163) 2018-11-12 15:38:19 -08:00
elm.json use package for Debug.Control module 2018-12-12 16:36:36 -08:00
Headings.elm Add Html.Styled versions for everything (#139) 2018-10-23 09:55:30 -07:00
index.html change how we source javascript files 2018-12-13 10:43:06 -08:00
Main.elm Parse routes with elm/parser. 2018-12-11 21:57:06 +01:00
manifest.js change how we source javascript files 2018-12-13 10:43:06 -08:00
Model.elm Parse routes with elm/parser. 2018-12-11 21:57:06 +01:00
ModuleExample.elm Add Html.Styled versions for everything (#139) 2018-10-23 09:55:30 -07:00
NriModules.elm start converting styleguide-app to elm 0.19 2018-12-11 21:57:06 +01:00
README.md Add instructions on starting the styleguide app 2018-02-20 15:19:42 +01:00
Routes.elm fix navigation bug 2018-12-11 21:57:06 +01:00
Update.elm get navigation messages in order 2018-12-11 21:57:06 +01:00
View.elm fix navigation bug 2018-12-11 21:57:06 +01:00

NoRedInk style guide

A helper app to test out new styles while working with the package.

Running this app

Generate the elm code:

elm-make Main.elm --output elm.js

Open index.html in a browser:

open index.html