noredink-ui/styleguide-app
2018-06-20 13:15:33 -07:00
..
assets Add the premium flag (and put it in line with its checkbox) 2018-06-20 10:37:02 -07:00
Debug Add buttons to the styleguide 2018-04-30 13:14:20 +02:00
Examples Kill the color theme 2018-06-20 10:52:02 -07:00
.gitignore Updates to TextArea (#70) 2018-06-11 11:08:49 -07:00
Assets.elm Add the premium flag (and put it in line with its checkbox) 2018-06-20 10:37:02 -07:00
elm-package.json Migrate TextArea.V2 to Html.Styled 2018-05-18 10:35:31 +02:00
index.html Updates to TextArea (#70) 2018-06-11 11:08:49 -07:00
Main.elm add mini styleguide for ui components 2018-02-12 13:32:38 -08:00
Model.elm add mini styleguide for ui components 2018-02-12 13:32:38 -08:00
ModuleExample.elm Nri.Colors -> Nri.Ui.Colors.V1 2018-03-16 17:33:24 -07:00
NriModules.elm elm-format 0.7.0-exp 2018-06-20 13:15:33 -07:00
README.md Add instructions on starting the styleguide app 2018-02-20 15:19:42 +01:00
Routes.elm add mini styleguide for ui components 2018-02-12 13:32:38 -08:00
Update.elm add mini styleguide for ui components 2018-02-12 13:32:38 -08:00
View.elm Nri.Colors -> Nri.Ui.Colors.V1 2018-03-16 17:33:24 -07: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