https://github.com/azer/elm-ui-styles
UI Library for Elm, inspired by Tachyons.
https://github.com/azer/elm-ui-styles
Last synced: 4 months ago
JSON representation
UI Library for Elm, inspired by Tachyons.
- Host: GitHub
- URL: https://github.com/azer/elm-ui-styles
- Owner: azer
- Created: 2018-05-28T13:52:08.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2018-06-20T15:29:30.000Z (about 8 years ago)
- Last Synced: 2024-04-15T03:09:31.817Z (about 2 years ago)
- Language: Elm
- Size: 31.3 KB
- Stars: 5
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# elm-ui-styles
Minimalist UI library for [elm-css](https://github.com/rtfeldman/elm-css), inspired by Tachyons. It consists of common styles to make frontend development straightforward using only Elm.
Try the examples:
* [Hero Background](https://ellie-app.com/nccHcbS39pa1)
* [Autogrid](https://ellie-app.com/n6QjGbrBYja1)
* [Custom Grid](https://ellie-app.com/mP59YVqd8Va1)
See more under `examples` folder.
# Install
```bash
$ elm-package install azer/elm-ui-styles
```