mirror of
https://github.com/NoRedInk/noredink-ui.git
synced 2024-12-01 09:12:33 +03:00
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. |
||
---|---|---|
.. | ||
assets | ||
Examples | ||
.gitignore | ||
elm-package.json | ||
index.html | ||
Main.elm | ||
Model.elm | ||
ModuleExample.elm | ||
NriModules.elm | ||
README.md | ||
Routes.elm | ||
Update.elm | ||
View.elm |
NoRedInk style guide
A helper app to test out new styles while working with the package.
Running this app
Generate the elm code:
elm-make Main.elm --output elm.js
Open index.html
in a browser:
open index.html