noredink-ui/styleguide-app
2018-06-14 18:15:04 -07:00
..
assets Updates to TextArea (#70) 2018-06-11 11:08:49 -07:00
Debug Add buttons to the styleguide 2018-04-30 13:14:20 +02:00
Examples Add new version of the checkbox 2018-06-14 18:15:04 -07:00
.gitignore Updates to TextArea (#70) 2018-06-11 11:08:49 -07:00
Assets.elm Add mastery badge icon 2018-05-11 13:39:15 -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 Merge branch 'master' into textarea-v2-minimum-height 2018-05-29 14:52:01 -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