An open API service indexing awesome lists of open source software.

https://github.com/ryan-haskell/elm-theme

an experimental way to make a design system with Elm
https://github.com/ryan-haskell/elm-theme

Last synced: 3 months ago
JSON representation

an experimental way to make a design system with Elm

Awesome Lists containing this project

README

        

# elm-theme
> an experimental way to make a design system in Elm

## folder structure

```bash
- src/* # Elm package
- examples/01-intro/* # Example usage
```

## try it out

1. Run `elm reactor`
2. Visit [http://localhost:8000/examples/01-intro/Main.elm](http://localhost:8000/examples/01-intro/Main.elm)