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

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.

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
```