mirror of
https://github.com/NoRedInk/noredink-ui.git
synced 2024-11-27 13:02:42 +03:00
Component Library package & Component Catalog app code
a00262c3aa
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`. |
||
---|---|---|
src/Nri | ||
styleguide-app | ||
.gitignore | ||
elm-package.json | ||
LICENSE | ||
README.md |
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.