noredink-ui/styleguide-app
Luke Westby aac0c1febc
Direct class compatibility (#146)
* drop support for attributes and move class compatibility into factory

* fix docs

* bring back attributes for now

* forgot attribute change in class, don't load shim

* delete native-shim file

* make it more minification-friendly

* fix docs

* no need for method names
2018-10-30 16:26:27 -07:00
..
assets Direct class compatibility (#146) 2018-10-30 16:26:27 -07:00
Debug run elm-format 2018-09-26 16:02:28 +02:00
Examples Merge branch 'master' into ink__guided-draft-icon 2018-10-29 12:51:12 -04:00
.gitignore Updates to TextArea (#70) 2018-06-11 11:08:49 -07:00
Assets.elm Merge branch 'master' into ink__guided-draft-icon 2018-10-29 12:51:12 -04:00
elm-package.json Add Html.Styled versions for everything (#139) 2018-10-23 09:55:30 -07:00
Headings.elm Add Html.Styled versions for everything (#139) 2018-10-23 09:55:30 -07:00
index.html Direct class compatibility (#146) 2018-10-30 16:26:27 -07:00
Main.elm Add Html.Styled versions for everything (#139) 2018-10-23 09:55:30 -07:00
Model.elm run elm-format 2018-09-26 16:02:28 +02:00
ModuleExample.elm Add Html.Styled versions for everything (#139) 2018-10-23 09:55:30 -07:00
NriModules.elm Add Html.Styled versions for everything (#139) 2018-10-23 09:55:30 -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 Add Html.Styled versions for everything (#139) 2018-10-23 09:55:30 -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