noredink-ui/styleguide-app
2018-03-19 15:55:04 -07:00
..
assets Add TextArea to styleguide 2018-02-28 16:22:48 -08:00
Examples Adds new version of the checkbox 2018-03-19 15:55:04 -07:00
.gitignore Remove and .gitignore elm.js 2018-02-20 15:09:29 +01:00
elm-package.json Remove dependency on nri-elm-css 2018-03-16 17:33:24 -07:00
index.html Add TextArea to styleguide 2018-02-28 16:22:48 -08: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 Adds Colors 2018-03-16 16:24:29 -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