noredink-ui/styleguide-app
2019-03-21 13:50:59 -07:00
..
assets demonstrate clipboard setup in styleguide-app 2018-12-13 12:59:35 -08:00
Examples Adds banner alert to styleguide 2019-03-21 13:50:59 -07: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 Bump elm-community/string-extra from 4.0.0 to 4.0.1 in /styleguide-app 2019-03-08 00:12:38 +00:00
elm.json Bump elm/json from 1.1.2 to 1.1.3 in /styleguide-app 2019-03-14 21:36:45 +00: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 demonstrate clipboard setup in styleguide-app 2018-12-13 12:59:35 -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 Adds banner alert to styleguide 2019-03-21 13:50:59 -07: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