noredink-ui/styleguide-app
Hardy Jones e5a56486d7
Allow segmented control to expand to parent's width
We want to allow the control to take up the full width of the parent.
This will most likely break something if you try to upgrade directly.
Should be fixable by putting the control in an element with
the appropriate width.
2018-03-30 09:10:33 -07:00
..
assets Add TextArea to styleguide 2018-02-28 16:22:48 -08:00
Examples Allow segmented control to expand to parent's width 2018-03-30 09:10:33 -07:00
.gitignore Remove and .gitignore elm.js 2018-02-20 15:09:29 +01:00
Assets.elm Styleguide uses latest Icon / SegmentedControl 2018-03-29 12:58:41 +02: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 Allow segmented control to expand to parent's width 2018-03-30 09:10:33 -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