noredink-ui/styleguide-app
2018-08-31 13:11:32 -07:00
..
assets Add pen icon 2018-08-13 14:41:09 -07:00
Debug Add buttons to the styleguide 2018-04-30 13:14:20 +02:00
Examples Simplify PremiumConfig 2018-08-31 13:11:32 -07:00
.gitignore Updates to TextArea (#70) 2018-06-11 11:08:49 -07:00
Assets.elm Add pen icon 2018-08-13 14:41:09 -07:00
elm-package.json Migrate TextArea.V2 to Html.Styled 2018-05-18 10:35:31 +02:00
Headings.elm Add modules for headings in the styleguide 2018-06-22 10:37:43 +01:00
HeadingsStyled.elm Add modules for headings in the styleguide 2018-06-22 10:37:43 +01:00
index.html Include css-reset in the styleguide app 2018-06-22 10:30:26 +01: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 Add alerts to the styleguide 2018-08-16 18:10:00 -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 Use new heading modules over standard h\d elements 2018-06-22 10:41:38 +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