Component Library package & Component Catalog app code
Go to file
Jasper Woudenberg a00c34a6f4
Merge pull request #22 from NoRedInk/extract-updated-segmented-control
Extract updated segmented control
2018-03-29 09:30:49 +02:00
src/Nri Extract updated segmented control from the monolith 2018-03-28 18:20:58 -07:00
styleguide-app Extract updated segmented control from the monolith 2018-03-28 18:20:58 -07:00
tests Add tests for checkbox 2018-03-27 15:59:09 +02:00
.gitignore Add .gitignore 2017-11-14 17:44:37 -08:00
.travis.yml Merge branch 'master' into joneshf-patch-1 2018-03-28 19:56:09 +02:00
elm-package.json Extract updated segmented control from the monolith 2018-03-28 18:20:58 -07:00
LICENSE Initial commit 2017-11-14 16:24:25 -08:00
Makefile Use /bin/sh instead 2018-03-28 12:16:59 -07:00
package-lock.json set versions with npm 2018-03-27 16:42:26 -05:00
package.json set versions with npm 2018-03-27 16:42:26 -05:00
README.md update README with test/ci instructions 2018-03-27 22:14:55 -05:00

noredink-ui

UI widgets we use.

Examples

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

To see them locally:

make styleguide-app/elm.js

Open styleguide-app/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.

Tests

Run tests with

make test

CI (Travis)

Travis will run make ci to verify everything looks good. You can run this locally to catch errors before you push!