noredink-ui/styleguide-app
2018-03-16 16:24:29 -07:00
..
assets Add TextArea to styleguide 2018-02-28 16:22:48 -08:00
Examples Adds Colors 2018-03-16 16:24:29 -07:00
.gitignore Remove and .gitignore elm.js 2018-02-20 15:09:29 +01:00
elm-package.json upgrade styleguide-app to latest version of elm-css 2018-02-28 14:18:52 -08: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 Adds Fonts as a category 2018-03-16 16:24:09 -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 Adds Fonts as a category 2018-03-16 16:24:09 -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