noredink-ui/styleguide-app
Jasper Woudenberg 56685a3019 Use new heading modules over standard h\d elements
The inclusion of reset.css file nuked the default browser styles for
headers. This change sees us using custom styled headers instead to
bring structure back to the styleguide pages.
2018-06-22 10:41:38 +01:00
..
assets Include css-reset in the styleguide app 2018-06-22 10:30:26 +01:00
Debug Add buttons to the styleguide 2018-04-30 13:14:20 +02:00
Examples Use new heading modules over standard h\d elements 2018-06-22 10:41:38 +01: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
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 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 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