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
- Host: GitHub
- URL: https://github.com/ryan-haskell/elm-theme
- Owner: ryan-haskell
- Created: 2022-04-02T18:04:54.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2022-04-02T20:11:36.000Z (about 3 years ago)
- Last Synced: 2025-03-19T17:48:59.095Z (3 months ago)
- Language: Elm
- Size: 5.86 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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)