mirror of
https://github.com/NoRedInk/noredink-ui.git
synced 2024-11-28 18:24:04 +03:00
Component Library package & Component Catalog app code
fb2dbbfb47
This version is like `Nri.Ui.SegmentedControl.V1` with the icon changes. It has the fix for `box-sizing`. All the other caveats from `Nri.Ui.SegmentedControl.V1` (if there were any) apply here as well. |
||
---|---|---|
src/Nri | ||
styleguide-app | ||
tests | ||
.gitignore | ||
.travis.yml | ||
elm-package.json | ||
LICENSE | ||
Makefile | ||
package-lock.json | ||
package.json | ||
README.md |
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!