Component Library package & Component Catalog app code
Go to file
Hardy Jones a00262c3aa
Set the backround color directly
The `initial` `background-color` is `transparent`.
We got away with not setting the background color before
as we were always using segmented controls on top of white backgrounds.

We now want to use a segmented control atop a non-white background,
so we have to explicitly set the `background-color`.
2018-03-26 19:53:33 -07:00
src/Nri Set the backround color directly 2018-03-26 19:53:33 -07:00
styleguide-app Add SegmentedControl 2018-03-23 19:05:34 -07:00
.gitignore Add .gitignore 2017-11-14 17:44:37 -08:00
elm-package.json Bump version to 3.4.0 2018-03-26 16:26:36 -07: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.