Component Library package & Component Catalog app code
Go to file
2018-03-16 17:33:24 -07:00
src/Nri/Ui Nri.Colors -> Nri.Ui.Colors.V1 2018-03-16 17:33:24 -07:00
styleguide-app Nri.Colors -> Nri.Ui.Colors.V1 2018-03-16 17:33:24 -07:00
.gitignore Add .gitignore 2017-11-14 17:44:37 -08:00
elm-package.json 3.1.1 2018-03-13 10:22:35 +01:00
LICENSE Initial commit 2017-11-14 16:24:25 -08:00
README.md Adds instructions for viewing examples 2018-03-07 14:41:31 -08:00

noredink-ui

UI widgets we use.

Examples

This repo contains an app showcasing all of these UI widgets.

To see them locally:

> cd styleguide-app
> elm-make Main.elm --output=elm.js

Open index.html in your browser.

Alternatively, you may use elm-reactor. Please be aware that you'll need to globally install fonts (in particular, Muli) if you go this route.