noredink-ui/styleguide-app
dependabot[bot] 98e03938a0
Bump elm-community/string-extra from 4.0.0 to 4.0.1 in /styleguide-app
Bumps [elm-community/string-extra](https://github.com/elm-community/string-extra) from 4.0.0 to 4.0.1.
- [Release notes](https://github.com/elm-community/string-extra/releases)
- [Commits](https://github.com/elm-community/string-extra/compare/4.0.0...4.0.1)

Signed-off-by: dependabot[bot] <support@dependabot.com>
2019-03-08 00:12:38 +00:00
..
assets demonstrate clipboard setup in styleguide-app 2018-12-13 12:59:35 -08:00
Examples Fix typo in Example/Tabs 2019-02-22 21:00:04 -08:00
.gitignore Updates to TextArea (#70) 2018-06-11 11:08:49 -07:00
Assets.elm start converting styleguide-app to elm 0.19 2018-12-11 21:57:06 +01:00
elm-package.json Bump elm-community/string-extra from 4.0.0 to 4.0.1 in /styleguide-app 2019-03-08 00:12:38 +00:00
elm.json Bump elm-community/string-extra from 4.0.0 to 4.0.1 in /styleguide-app 2019-03-08 00:12:38 +00:00
Headings.elm Add Html.Styled versions for everything (#139) 2018-10-23 09:55:30 -07:00
index.html change how we source javascript files 2018-12-13 10:43:06 -08:00
Main.elm Parse routes with elm/parser. 2018-12-11 21:57:06 +01:00
manifest.js demonstrate clipboard setup in styleguide-app 2018-12-13 12:59:35 -08:00
Model.elm Parse routes with elm/parser. 2018-12-11 21:57:06 +01:00
ModuleExample.elm Add Html.Styled versions for everything (#139) 2018-10-23 09:55:30 -07:00
NriModules.elm format nrimodules 2019-02-15 14:36:36 -08:00
README.md Add instructions on starting the styleguide app 2018-02-20 15:19:42 +01:00
Routes.elm fix navigation bug 2018-12-11 21:57:06 +01:00
Update.elm get navigation messages in order 2018-12-11 21:57:06 +01:00
View.elm fix navigation bug 2018-12-11 21:57:06 +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