noredink-ui/styleguide-app
Hardy Jones 1b86ec442f
Extract Nri.Dropdown to noredink-ui
There are a couple of minor differences here.
Some of the dependencies we had were inlined.
_Should_ be no behavioral changes though.
2018-04-16 12:19:43 -07:00
..
assets Add TextArea to styleguide 2018-02-28 16:22:48 -08:00
Examples Extract Nri.Dropdown to noredink-ui 2018-04-16 12:19:43 -07:00
.gitignore Remove and .gitignore elm.js 2018-02-20 15:09:29 +01:00
Assets.elm Add skip icon 2018-04-04 09:34:42 -07:00
elm-package.json Extract Nri.Icon from the monolith 2018-03-28 18:20:16 -07: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 Nri.Colors -> Nri.Ui.Colors.V1 2018-03-16 17:33:24 -07:00
NriModules.elm Extract Nri.Dropdown to noredink-ui 2018-04-16 12:19:43 -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