noredink-ui/styleguide-app
2018-10-05 08:14:20 +02:00
..
assets Add premium writing flag asset, make test more specific 2018-09-05 14:34:55 -07:00
Debug run elm-format 2018-09-26 16:02:28 +02:00
Examples standardize vertical alignment on style guide 2018-10-05 08:14:20 +02:00
.gitignore Updates to TextArea (#70) 2018-06-11 11:08:49 -07:00
Assets.elm Match the asset name that's already in the monolith 2018-09-05 15:38:44 -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 run elm-format 2018-09-26 16:02:28 +02:00
Model.elm run elm-format 2018-09-26 16:02:28 +02:00
ModuleExample.elm run elm-format 2018-09-26 16:02:28 +02:00
NriModules.elm Nri.Ui.SegmentedControl.V6 now uses Html.Styled 2018-09-10 11:32:08 -03: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