Skip to content

Commit 298efe2

Browse files
committed
add a link to json-to-elm
1 parent 5eac397 commit 298efe2

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

README.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,16 @@ Wouldn't it be sweet if those problems went away?
2727
4. Automatically namespace all your classes, ids, and animation names to avoid name conflicts between stylesheets.
2828
5. Assemble your stylesheets by writing normal Elm code, so you have access to your full suite of programming tools. `elm-css` doesn't need a special notion of "parameterized mixins" because you can already write arbitrary Elm functions...and not just to parameterize mixins, but to parameterize anything!
2929

30+
31+
### Examples
32+
33+
There are a few examples to check out!
34+
35+
- (json-to-elm)[https://github.com/eeue56/json-to-elm] which can see be seen live [here](https://noredink.github.io/json-to-elm)
36+
- the examples folder contains a working project with a readme
37+
- the example below:
38+
39+
3040
Here's an example:
3141

3242
```elm

0 commit comments

Comments
 (0)